Forum Discussion
Sharepoint Document Library- Metadata
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?
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.
- AnonymousApr 11, 2017
I am affraid it are to many columns and if there is lots of data this can become a issue in delay and Search my advice would be to look at the columns and bring them down to max 20 but less would even be better
- kevmcdonkMar 18, 2017MVPDo you need all columns for all types? I tend to use different content types with different columns for each to reduce number of fields. You can also use lookup columns so you have one select but show more info. As Paul mentioned, definitely check the limits and limitations.