Before Business rule is not updating the SLA's to flip back from Paused to in-progress
Hi All,I have been using before update business rule with the below code:Condition code:: (current.caller_id.user_name == current.sys_updated_by || current.opened_by.user_name == current.sys_updated_by) && current.assigned_to.user_name != current.sys...