Resolved! Update Work Notes of a HR Case through Fix Script
Hi Everyone ,I am trying to close some old cases through a Fix script without triggering Notifications to Opened for, Subject Person and Approvers with the below script.var hrc = new GlideRecord('sn_hr_core_case');hrc.addQuery('number', 'HRC0044626')...
