Hi guys,

Before I deploy my content type feature I just wanted to confirm something 
about the included FieldRefs.

My custom document CT inherits from Document which already includes Name and 
title Columns. Any other columns (whether custom or pre-existing) need to be 
defined in the order I want to see them and will be appended, correct?

<Elements xmlns="http://schemas.microsoft.com/sharepoint/";>
  <ContentType ID="0x010100DC863B72929F8148A8A84BF932C53567" Name="CEO 
Document" Description="Generic document type for use with all non-Office 
documents." Group="CEO Content Types">
    <FieldRefs>
      <FieldRef ID="{f6da830a-c5b3-44df-9d9f-86f63edb130c}" 
Name="Document_x0020_Type" Required="TRUE" Hidden="FALSE" ReadOnly="FALSE" />
      <FieldRef ID="{d4070fe7-0b06-479c-9867-ac4c99f2f63a}" 
Name="Document_x0020_Category" Required="TRUE" Hidden="FALSE" ReadOnly="FALSE" 
/>
      <FieldRef ID="{246d0907-637c-46b7-9aa0-0bb914daa832}" Name="Author" 
Required="FALSE" Hidden="FALSE" ReadOnly="FALSE" />
      <FieldRef ID="{b66e9b50-a28e-469b-b1a0-af0e45486874}" Name="Keywords" 
Required="FALSE" Hidden="FALSE" ReadOnly="FALSE" />
      <FieldRef ID="{9da97a8a-1da5-4a77-98d3-4bc10456e700}" Name="Comments" 
Required="FALSE" Hidden="FALSE" ReadOnly="FALSE" />
      <FieldRef ID="{409db641-4185-41bc-872f-fdfd34af1d1e}" 
Name="Group_x0020_Permissions" Required="TRUE" Hidden="FALSE" ReadOnly="FALSE" 
/>
    </FieldRefs>
  </ContentType>
</Elements>

Regards,

Paul
Online Developer, ICT
CEO Sydney

--------------------------------------------------------------------------------
Support procedure: http://www.codify.com/lists/support
List address: [email protected]
Subscribe: [email protected]
Unsubscribe: [email protected]
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Reply via email to