Resolved! gr.update() not updating all records
Hi All, I am trying to update the work notes of multiple task records, but only one record is getting updated. Below is the script I am using: var gr = new GlideRecord('tablename'); gr.addQuery('parent',current.sys_id); gr.addEncodedQuery('stateNOT I...
