How To Add column to all content types and lists in SharePoint
Adding a column to all content types and list in SharePoint is simple, but there are implications that first need to be considered before doing so. Once completed, the new column will be available in all existing content types in the Site Collection, as well as lists and libraries that exist on SharePoint sites. Implication: The implication of this change, is that the process to reverse is not nearly as simple as the process to implement. Removing the column from the content type(s) will not remove the association of the column with lists that previously had the global column. A custom solution could be developed to automate removal of the column from content types and lists, but the alternative would be to manually remove each instance which could be time consuming in larger, more complex environments. Process: Content Types in SharePoint inherit from the Item content type. If a column is added to this content type (with the “Update all content ...