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)