Brief Description: there are 7000+ records with two fields (OrgID and OrgName), we need these records in a single field of SP List/Library as a metadata, also allow multi-select.
What is the best approach or recommendation for:
- -Where and how to store these records as a datasource (SPList, SQL Server, MS-Access, CSV etc.)
- -How to connect it with a field in SPList? (Lookup, External Datasource and/or using JavaScript)
Environment: SharePoint Online (O365)
Considerations:
- -JavaScript is the loop routine in SharePoint Online.
- -Threshold limit is 5000
- -Once a field is multi-select it cannot be indexed
Nitin Jain