NSOA.context.getTerm(termid)
Use this function to get the term used for the specified terminology identifier.
See Script Terminology.
Parameters
termid {string} [required] — The internal identifier for the term.
Note:
Use the Terminology section in the Scripting Studio to lookup the parameter names to use.
Returns
The term used for the specified terminology identifier.
Units Limit
0 units
For more information, see Scripting Governance.
Since
April 18, 2015
Example
This example shows what would be returned if the account terminology had redefined project to job.
var proj_term = NSOA.context.getTerm('Projects');
// proj_term = "Jobs"
See NSOA.context.parseTerminology(message) and NSOA.context.getAllTerms().
See also Accessing Terminology.