I once read, that it is not wise to change the display name of the Title column, when creating a new ContentType in SharePoint. It is however possible (i.e. the columns static name is still “Title” but the display name is “Description”).
So my question is, what are the possible complications? Why shouln’t I change it, when I create a new ContentType that needs a “Description” column but no “Title” column?
I agree that you need to do this with the CAML XML. I just wanted to post the actual details of how to do it so that the next person with this question doesn’t have to continue searching like I did. Thanks to Lambros’s Blog for the answer.
You actually need to update three fields — the title field and the two calculated fields based on it and you need to use the predefined SharePoint ID values. See below or the link above:
You need to add to the FieldRefs by adding the following:
You need to add to the Fields by adding the following:
That should do it. Thanks again to Lambros.