Resolved! Fix Script Help - updating multiple HR Case Records
Hello SN Comm! I am working on script a Fix Script, in order to update many, many records for HR Cases. Here is what I have as of right now: var gr = new GlideRecord('sn_hr_core_case'); gr.addQuery('topic_category', 'system issue'); gr.addQuery('topi...
