How to get number of records updated in fix script
Hello, I have a simple fix script. After the update, I want to alert how many records were updated. How can I do this? flagIncident(); function flagIncident() { var actIncGR= new GlideRecord('incident'); actIncGR.addEncodedQuery('priority=4^...