Let’s imagine that we have existing WSP solution for one of our projects. We want to update one of web template with additional pages. On this pages we have list view web parts with specific newly added list views. We have to update our list with this additional list views and we have to add some additional fields too.
In WSP solution we already have module file for publishing custom pages to SharePoint Pages library, fields definition file for publishing list fields and list schema for our list and views definition. All this features are automatically deployed to newly created sites within custom web template.
This WSP solution is already deployed to SharePoint farm and we have sites already created with this web template. We know that in our case we have no problem with new pages created from updated web template. The problem arises when we update our SharePoint farm with solution where we have updated pages module, list fields and list schema and we want to apply this changes to existing sites which are created from our custom web template before that. Continue reading “Create SharePoint fields, views & pages from XML schema file programmatically”
