copying field from case to incident
i have a requirement to copy the field (category) from case to incident . i have written a BR for that (function executeRule(current, previous /*null when async*/ ) { var caseCP = new GlideRecord("incident"); caseCP.addQuery("sys_id", current...