Forum Discussion
Haniel Croitoru
Sep 19, 2016Learn Expert
How to Properly Delete Custom Columns in SharePoint
SharePoint custom columns have been around for quite some time, but I’m finding that there’s still some confusion on how the various types are used, and more importantly how can you delete them. In ...
Dean_Gross
Sep 19, 2016Silver Contributor
While there is a lot of good information in this article, it fails to mention a common problem that occurs when a Site column is created in a lower level of a site collection, the column is not available to the parent sites nor in the sibling sites. This can lead to a tremendous amount of confusion if another column is added to the top of the collection.
I strongly recommending creating all site columns at the root of the site collection
I strongly recommending creating all site columns at the root of the site collection
William Hardwick
Oct 07, 2016Iron Contributor
Good advise, and one should create them in the content type hub first, correct?
Or no?
Or no?
- Dean_GrossOct 07, 2016Silver Contributor
It really depends on the scope of usage and your need to control deployment. Anything in the CT hub will show up "everywhere" and in SPO you don't have any control over when the changes in the CT hub get pushed out.
Just like almost everything in SP, the "best practice" has caveats and exceptions :)
- Haniel CroitoruOct 08, 2016Learn Expert
Well said, Dean_Gross. I'm always on the fence when it comes to using the CTH. There are some clear benefits but also limitations as you've stated.