SharePoint Metadata Management Strategy
Armagan Kilic
Empowering Sustainable Digital Transformation | Microsoft 365 Strategy, Automation & Long-Term Support
Tip: Use Content Types whenever possible
Problem:
Let's say our documents are kept in nested folder structures like this and don't have metadata columns:
Folder(Year 2016)-->Folder(Department Sales)-->Folder(Invoices)-->Document1.xlsx
Folder(Year 2017)-->Folder(Department Marketing)-->Folder(Presentations)-->Document2.pptx
In a library or file system with 1,000 documents your users will have a bad time clicking and navigating into each folder to locate the documents.
Solution:
Instead, you can get rid of these folders and define your own document type that will keep department, category and year information related to the document. It is possible by creating a new content type in SharePoint.
A content type can be defined at site level or at a specific list (library) level and can be inherited from another content type generally. In a content type you define the related columns(metadata) or pick from the existing site and list columns.
Example:
In SharePoint we create a new content type “organization document” and describe that each “organization document” needs to have year, department and category columns.
领英推荐
Then the library will look like this:
Document1.xlsx Columns: Year (2016), Department (Sales), Category (Invoices)
Document2.pptx Columns: Year (2017), Department (Marketing), Category (Presentations)
?
Benefits:
Allow management of content types in SharePoint for a list/library: