getTableByLink

    Helper nodeHelper
    Signature getTableByLink(String tableLink )
    Description

    Returns a table with its attributes by the link attribute of the table

    Introduced in 4.6.4

    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)