Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You need 2 files: VS > SP 2010 project > Add item > Content Type has this code:</p> <pre><code> &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;Elements xmlns="http://schemas.microsoft.com/sharepoint/"&gt; &lt;!-- Parent ContentType: Todos los Documentos CiaContentTypes\00TodosLosDocumentos) (0x01010038bd2600185840119dfa3fe0c7b8b3d9) --&gt; &lt;ContentType ID="0x01010038bd2600185840119dfa3fe0c7b8b3d9005146d39cd2cf4d51b7ee2fc54bbe3215" Name="Archivo Historico" Group="05 Gestión Operativa" Description="Archivo Histórico" Inherits="TRUE" Version="0"&gt; &lt;FieldRefs&gt; &lt;FieldRef ID="{709E337A-3FEF-4C96-8B00-8CF6723C969A}" Name="Empty" DisplayName="Empty"/&gt; &lt;/FieldRefs&gt; &lt;/ContentType&gt; &lt;/Elements&gt; </code></pre> <p>Second file: Add item > SP 2010 > Empty element has this code:</p> <pre><code> &lt;Elements xmlns="http://schemas.microsoft.com/sharepoint/"&gt; &lt;Field Type="Text" Description="Breve Descricpción del documento" Required="TRUE" MaxLength="255" Group="Archivo Histórico" ID="{709E337A-3FEF-4C96-8B00-8CF6723C969A}" StaticName="Empty" Name="Empty" DisplayName="Empty"&gt; &lt;/Field&gt; &lt;/Elements&gt; </code></pre> <p>Good luck, ALEX</p> <p><a href="http://createguid.com/" rel="nofollow">Create unique GUID</a></p> <p><a href="http://msdn.microsoft.com/es-es/library/aa543822.aspx" rel="nofollow">Content Type IDs</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/gg295290.aspx" rel="nofollow">Creating Content Types for SharePoint 2010 in Visual Studio 2010</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload