on sysapproval_approver table
for example, to prevent inactive users from being sent approvals for Knowledge article approvals
(function executeRule(current, previous /*null when async*/ ) {
//--STRY0010678
current.addQuery("approver.active", true);
})(current, previous);
Comments
Post a Comment