Update parent task after child deletion
Hi Team, I'm unable to see any changes on Task table and how to check parent task could you please clarify this one(function executeRule(current, previous /*null when async*/) { if (current.parent) { var parentTask = new GlideRecord('task')...