How to delete a column in a content type? The columns are not clickable? And content types inheriting from based documents or items ct.
|
I think I have your solution. Open SharePoint Manager 2010. Expand the Site > Expand the Content Types > Click on the "Content Type" that giving you trouble. See the ReadOnly property to False. I was able to set it true and false and got the behaviour you are having. Hope this helps. So, ReadOnly for the content type (not the field level) level. |
|||
|
|
I know sealed or read only columns are not enabled for deletion. hmm. now how do you find a column is sealed or not. well, I use SP Manager 2010 to find out sealed columns. I think there is powershell to determine that as well. But this may not be the case either. anyone else want to input their observations? I doubt thats your case because all of your columns are non-clickable. hmm. |
|||
|
|
|
Are you in the top level site settings? Unless you are in the site that the content type and/or column was created you will not be able to click on it. Also, you may not have permission to do so. Once you are able to click on the column, click on it. There you will find a "delete" button. This is how I understand it. Does that help? |
|||
|
|
|
Check a workaround in my blog to enable the delete button using PowerShell http://shareyourpoint.wordpress.com/2013/03/08/how-to-enable-delete-button-to-delete-sharepoint-2010-content-type-column/ |
|||||
|