nDocument Information Panel – This is the windownwhich shows all the properties associated with the document. Let it be out ofnthe box / default properties (like Title, Keywords), or custom properties orncontent type properties.
n
n
n
n
nWait, what are content typenproperties?
nConsider a scenario where you have a SharePointnsite and a document library. You create some site columns and then createncontent type for your document library. (Inheriting from the document contentntype). Now you associate this newly created content type to your documentnlibrary and done.
n
n
nYou go ahead and click on create New Document linknand Word Editor opens up. Now there you see the Document Information Panel (DIP)ncontaining all the site columns in your content type. These are metadatanholders for your document. And that’s why these document properties are callednas content type properties.
n
n
nIn Following Image, I have opened the documentnfrom the SharePoint document library and added Version and Comments column innthe default document content type , which are visible in DIP.
n
n
n
n
n
n
n
n
nIssue:
n
nThere were some of the content type propertiesnwhich were getting displayed in DIP, but I didn’t want users to see those /changenthose. In short I needed to hide those.
n
n
n
nLet’s try to hidenversion property from DIP.
n
n
n
nSolution:
n
n
n
nFirst thought comes to mind like – ok thesenproperties are nothing but the site columns right? So why don’t we just deletenthe site columns and get rid of properties in DIP? But NO. Because if we deletenthe site columns from the content type , the DIP won’t show the property butndocument will not be holding the metadata for that column.
n
nSo what could be done?
n
nTrick I found is, just hide the site column.
n
n
n
nHow we can do it?
n
nLibrary settings > Find your content type and clicknon it > select the site column which you don’t want to see in DIP > clicknon Hidden option in advanced option and select ok.
n
n
n
n
n
n
n
n
n
n
nNow DIP will not show the content type propertynwhen creating new documents from the library
n
nVersion column gets hidden from DIP
n
n
n
n
n
n
n
n
n
n
n
n
nNote: This approach isnused only when the site column is not of type mandatory/required. As per my knowledgenyou cannot hide the column which is required.
n
n
n
n
n