Forum Discussion
Sharepoint Document Library- Metadata
The types of columns used make a huge difference as described in the article. 20 columns of type "Single line of text" has way less impact compared to using 20 columns of type "Managed Metadata". It wasn't clear to me from the original question what types of columns where to be used...
Venkata Ratnam Vemula: by "Columns (metadata)" do you refer to the fact each colum specifies a piece of metadata or do you refer to Columns of type "Managed Metadata" here?
- Venkata Ratnam VemulaMar 18, 2017Brass Contributor
Paul,
Each column is specifies a piece of metadata not the managed meta data. Agree the user has to input more data while uploading the document.
Do we have any other alternate approaches for this requirement?
- paulpaschaMar 18, 2017Bronze ContributorYou should carefully consider if all meta data is really needed. If so, you should strive to make the end users' life as easy as possible. SharePoint provides only a few ways here that could help you out. Column default values specified at the folder level for example where the library folder you put a document in determines the default values to be used.
A custom add-in could also help in providing a better data entry experience...- Venkata Ratnam VemulaApr 10, 2017Brass Contributor
Thanks for the reply.
I have created 30+ columns in a content type and used that content type as base for all the document libraries (20+) in my site collection.
Based on the document library type, I have hidden few columns for the users to avoid unnecessary inputs by using IProvisioningExtensibilityHandler in OfficeDevPnP.Core.Framework.Provisioning.Extensibility namespace.
Thank you all for your suggestions.