getDisplayValue return nothing
Hi, I have a Business Rule on sysapproval_approver. Im trying to return in the logs the display value of the "sysapproval" field, but it return nothing.var approvers = []; var getApprovers = new GlideRecord('sysapproval_approver'); getApprovers.add...