Back to nodeHelper
SERVICENOW
Signature
Example use
You can use this method when synchronizing between Servicenow instances and you want to use the link field of an attribute of type reference.
def userEntry = nodeHelper.getTableByLink(incident.caller_id?.link)
Related articles
How to extract a user from a referenced field
Back to nodeHelper