Sharepoint 2010 - Hide “Title” column in Custom Content Type

cdhqyieykx

New Member
Now I'm defining a new \[code\]Custom List Definition\[/code\] within a \[code\]Custom Content Type\[/code\], The problem simply is the \[code\]Title\[/code\] field associated with the list can't be hidden, I have followed some approaches found in the below links but with no success.Simply adding the \[code\]List definition\[/code\] without implementing a content type makes the Title field disappeared, but when defining the content type and its fields, it's always visible.Elements.xml\[code\] <ContentType ID="0x01003EBF692DD17B4F71966712180C0D23D8" Name="ContactUsAssignments" Description="Contact Us Assignments content type"> <FieldRefs> <FieldRef ID="{4B888F48-A039-46D0-B2E1-C67802097069}"/> <FieldRef ID="{6238a52d-2975-4e8a-9a1e-31b9cdc74129}"/> <RemoveFieldRef ID="{D3D0DDF1-F791-4FFF-893C-0C100B724F1A}" /> </FieldRefs> </ContentType>\[/code\]I've also tried \[code\]Inherits="FALSE" Version="0"\[/code\] but unfortunately nothing changed.Schema.xml\[code\] <ContentTypes> <ContentTypeRef ID="0x01003EBF692DD17B4F71966712180C0D23D8"></ContentTypeRef></ContentTypes><Fields> <Field Type="Text" DisplayName="Title" Required="FALSE" ID="{D3D0DDF1-F791-4FFF-893C-0C100B724F1A}" StaticName="Title" Name="Title" Hidden="TRUE" /></Fields>\[/code\]I don't know exactly if I've missed something, but the approach is clear enough. Thanks.
 
Back
Top