Skip to main content

Is there a way to get the shared properites of a term in the term store and write that to a list? 


If a user selects termA then all the shared properties associated to that term should write to the correct column.  


 


Example:


Vendor- TermA


Shared Properties:


Address - 1234 Address Ln


City - Atlanta


-------------------------------


List Columns:


Vendor: TermA (users selects term)


Address: 1234 Address Ln (auto populates based on shared property association)


City: Atlanta (auto populates based on shared property association)

I also have this question... would like to pull back description field based on a user's selection within the Term Store such that it resides in a single managed place.


I think this is a hard "no" when using workflow.


 


It will required a coded solution using CSOM & C#


https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/jj165479(v=office.15)


Reply