Forum Discussion
cseb96
Feb 07, 2023Copper Contributor
Getting Term custom properties from term store to a list
Hey all, wanted to know if there is a way I can map custom properties of a term to a SharePoint list. I have a termset of different IT stations and their addresses and other info, wanted to have that info in the Term store. I have added stations as terms and their corresponding information as custom properties. Not sure how I can grab that info from term store to a list as I can only select the station term from the managed metadata column. Any suggestions?
- Not possible directly. You need to use SharePoint client-side object model (CSOM) or the SharePoint REST API.
2 Replies
Sort By
- Not possible directly. You need to use SharePoint client-side object model (CSOM) or the SharePoint REST API.
- cseb96Copper ContributorThanks Adnan, that's a bit disappointing but at least now I know!