reject person should not receive the notification
(function() { // Assuming 'current' is the rejected record var groupId = current.u_ownership_group; // Field holding ownership group sys_id var rejectedBy = gs.getUserID(); // Step 1: Get members of the ownership group var grMembershi...