Update parent incident work notes when child incident is updated
Hi Experts, I need your help experts on this requirment.when child incident is updated then parent incident work notes should be updated.script:after update BR:var childInc = new GlideRecord('childIncident');childInc.addQuery('sys_id', current.parent...