Resolved! 6. Copy the work notes of child to its Parent.
Copy the work notes of child to its Parent.I have written this code:--|(function executeRule(current, previous /*null when async*/ ) { // Add your code here var incGr = new GlideRecord('incident'); incGr.addQuery('parent', current.parent.sys...

