Resources: SharePoint Content Types and Site Columns
Change the un-changeable: Fixing content types design in SharePoint site collection with live data inside « MetaVis Architect for Sharepoint Updating Child Content Types Creating a Windows SharePoint...
View ArticleHiding Custom SharePoint fields from edit mode, new window or display mode
A quick post: Lets say that you do not want to allow users to possibility to edit and insert values to a custom field in one of your lists. To do this you can set the values of one of the following...
View ArticleUpdate Site Default Page(Welcome Page) Content Type with PowerShell
This is a script that you can use to update a content type of your default page. With a little modification you can use bits of this script to update any page or list item content type. param(...
View ArticleSharePoint solution package installation fails when activating feature that...
If you happen to get the following errors related to site columns, features activation and/or solution package installation: Unable to locate the xml-definition for FieldName with FieldId ‘Your field...
View ArticleHow to set O365 PageLayout Associated Content Type field
Here is a code snippet to set your page layouts associated content type. This one was a bit weird when I first tried to set it. private static void SetPageLayoutMetadata(Web web, File uploadFile,...
View Article