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...
- Feb 07, 2023Not possible directly. You need to use SharePoint client-side object model (CSOM) or the SharePoint REST API.
Adnan_Amin
Feb 07, 2023MVP
Not possible directly. You need to use SharePoint client-side object model (CSOM) or the SharePoint REST API.
- cseb96Feb 07, 2023Copper ContributorThanks Adnan, that's a bit disappointing but at least now I know!