Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8038513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:15:40+00:00 2026-06-05T03:15:40+00:00

I’ve created a contentype that inherits from the item contenttype. So the contenttype automaticaly

  • 0

I’ve created a contentype that inherits from the item contenttype. So the contenttype automaticaly has the field: Title.

But how access this field (I want to add some custom validation and define if it is shown in editform)?

I want to do serverside validation and use the custom edititemform. Perhabs there is a possibility to delete/hide this field?

I’ve tried to change the content type to hide the title:

 <Field
  ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}"
  Name="Title"
  StaticName="Title"
  DisplayName="Title"
  Type="Text"
  FromBaseType="TRUE"
  Required="FALSE"
  Hidden="TRUE"
  SourceID="http://schemas.microsoft.com/sharepoint/v3"
/>



  <!-- Parent ContentType: Element (0x01) -->
  <ContentType ID="0x0100b48c62c42879472aa8f1e1afc4dba7ce"
               Name="aa- aa"               
               Group="Custom Content Types"
               Description="My Content Type"
               Inherits="TRUE"
               Version="0">
      <FieldRefs>
        <FieldRef ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Name="Title" Hidden="TRUE" Required="FALSE" />

      </FieldRefs>

But the title field is still required and shown.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T03:15:42+00:00Added an answer on June 5, 2026 at 3:15 am

    I found the problem:

    If I want to hide to remove the title collumn in my contenttype I have to disable the contenttypes inharitation. But after disabeling the inharitation the custom collumns will disapear after deployment. Because they are not part of the base type. SO the fields have to be declared in the list schema too.

    MSDN

    When SharePoint Foundation creates a list instance, it includes only
    those columns that are declared in the base type schema of the list or
    in the list schema. If you reference a site content type in the list
    schema, and that content type references site columns that are not
    included in the base type schema of the list or in the list schema,
    those columns are not included. You must declare those columns in the
    list schema for SharePoint Foundation to include them on the list.

    Contenttype

    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
      <Field ID="{61CC6776-F855-48d5-A4EC-B7CE11CE2324}"
          DisplayName="ExpiresDate" Name="ExpiresDate"
          Type="DateTime" Required="False"
          UnlimitedLengthInDocumentLibrary="FALSE"/>
    
    
      <!-- Parent ContentType: Element (0x01) -->
      <ContentType ID="0x0100b48c62c42879472aa8f1e1afc4dba7ce"
                   Name="GroupsList - ContentTypeGroups"               
                   Group="Custom Content Types"
                   Description="My Content Type"
                   Inherits="false"
                   Version="0">
          <FieldRefs>
            <RemoveFieldRef ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" />
    
          <FieldRef ID="{61CC6776-F855-48d5-A4EC-B7CE11CE2324}" Name="ExpiresDate" Required="FALSE" ShowInNewForm="FALSE" ShowInEditForm="FALSE" />
          </FieldRefs>
      </ContentType>
    </Elements>
    

    List Schema

    ...
    
      <ContentTypes>
    
          <ContentTypeRef ID="0x0100b48c62c42879472aa8f1e1afc4dba7ce" />
        </ContentTypes>
        <Fields>
          <Field ID="{61CC6776-F855-48d5-A4EC-B7CE11CE2324}"
              DisplayName="ExpiresDate" Name="ExpiresDate"
              Type="DateTime" Required="False"
              UnlimitedLengthInDocumentLibrary="FALSE"/>
    
        </Fields>
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
Does anyone know how can I replace this 2 symbol below from the string
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.