Tagged Questions
0
votes
0answers
85 views
Help understand ContentType/List upgrade
Everywhere i read on the web it says that Content Types and List once deployed through Xml files they cannot be updated anymore.
I have created a VS 2010 solution, created a SharePoint List ...
0
votes
1answer
107 views
How do I add a new ContentType using Feature Upgrading?
I have created a new Content Type. How do I publish it using Update-SPSolution and feature upgrading?
I added the following Code to my Feature Manifest:
<UpgradeActions>
<VersionRange ...
3
votes
1answer
182 views
Content Deployment job failing because of mismatched feature versions
I have content deployment (using database snapshots) configured between an authoring and production SharePoint 2010 environment.
I have a feature called PublishingContent_ContentTypes which I ...
3
votes
1answer
2k views
Choice field changed - How to propagate the change down to all lists that used it?
I have a feature (Web scoped) with a content type which contains a field (Type="Choice").
Values were A, B and C.
I've created a list based on this content type and added some elements in it.
I ...
0
votes
1answer
109 views
Find out feature version for list's content type
I have a feature which contains a custom content type. I've created a list based on this content type then proceeded into changing the feature version and performing an upgrade.
I have ...
1
vote
1answer
626 views
How to update choice field options with a feature upgrade?
I created a feature with a field definition with choices. These choices are bound to language dependent resources using the $Resources:file:key system. Resource files are included.
As the feature is ...