Query field on extend table from base table
In the script if you want query a field from base table that exist in table (extend) but not in base table. Example: we query caller_id from task table (we known that field caller_id exist in incident table). so we can use script: var gr = new GlideR...
