How to Update work notes using the fix script
Hi Team, I am trying to update the assigned to and with that I also want to update work notes, I tried following code but not working var gr = new GlideRecord("sn_grc_issue");gr.addEncodedQuery("assigned_to=65bfc314c3150e90765133001501311b");gr.query...
