Resolved! Update WorkNotes
I am trying to update comments in worknotes of existing problem record. Using the below posted command. var problem=new GlideRecord('problem');problem.addQuery('cmdb_ci',ci); problem.addActiveQuery();problem.query();if(problem.next()){ problem.work_n...
