Answered by:
What is the use of custom properties for terms in term store management of SharePoint 2013

Question
-
Hi All,
Can some one pls explain what is the purpose of custom properties for terms in term store management tool of SharePoint 2013.
In general, for each term we have shared and local properties. What is the real purpose in terms of SharePoint development.
Please share with possible scenarios. Does it refer's to a hierarchical metadata in SharePoint ?
Thanks keshav,Share point Developer
Wednesday, December 4, 2013 1:29 AM
Answers
-
The custom properties for terms allow you to further define or clarify a term via the properties. You can then display these properties in search results or specify query rules that look for specific custom properties.
Here is an example of how to create a query rule using custom properties:
Here is an example that uses code to verify that a custom property exists on a term object that is pinned to another term object:
http://msdn.microsoft.com/en-us/library/jj163273.aspx#SP15_H2UseCodeToPinTerms_CodeVerifyCustomProperty
Doug Hemminger http://www.sharepointdoug.com
- Marked as answer by JasonGuo Sunday, December 29, 2013 10:25 AM
Wednesday, December 4, 2013 3:21 PM
All replies
-
The custom properties for terms allow you to further define or clarify a term via the properties. You can then display these properties in search results or specify query rules that look for specific custom properties.
Here is an example of how to create a query rule using custom properties:
Here is an example that uses code to verify that a custom property exists on a term object that is pinned to another term object:
http://msdn.microsoft.com/en-us/library/jj163273.aspx#SP15_H2UseCodeToPinTerms_CodeVerifyCustomProperty
Doug Hemminger http://www.sharepointdoug.com
- Marked as answer by JasonGuo Sunday, December 29, 2013 10:25 AM
Wednesday, December 4, 2013 3:21 PM -
Is there a way to pull custom properties into a list, similar how you can pull additional fields from a lookup into a list? I'm looking for an out-of-the-box, code-free solution.Tuesday, February 25, 2014 3:34 PM
-
Was wondering the same thing.Thursday, February 18, 2016 7:28 PM
-
This is a very good question. I am looking for the same answer.
Wednesday, June 22, 2016 2:12 PM -
Hi NickThoman and Bugiwan,
Yes, you can get all the custom properties using both object model and using PowerShell script as well.
Check the below thread for code.
KRISHANA KUMAR
SharePoint Architect
Please click "Mark As Answer" if this post solves your problem or "Vote As Helpful" if it was useful
Wednesday, June 22, 2016 2:37 PM -
Hi All, Can the custom properties be used for Retention Rules/Policies via Query based Rules?
What I have in mind is to use the Custom Property field to record Client Termination dates on Client terms.
So when a Client terminates their contract with my organization we'll update the Termination date custom property centrally from 00/00/0000 to the termination date in the hope that it will filter through to all documents using that specific Term as metadata.
The Retention policies (via query rules) can then run on all documents tagged with the relevant Client term and determine what to do with the document based on the Custom property (example if Termination Date exceeds Current Date by 7 Years delete the document).
Can it work like that? Thanks in advance
Kind regards
Friday, May 10, 2019 1:50 PM