I need to update an existing SharePoint content type by adding a new field to the content type. I need to make sure this field gets added to all lists that use this content type.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
If your content type was created using a Feature, as far as I know, you can’t upgrade the Feature to add the new column to the content type.
That leaves you with two options:
Here’s an example of doing option #2: http://blogs.msdn.com/nidhishd/archive/2008/05/06/how-to-modify-content-type-once-it-is-deployed.aspx