Auto Assign Incidents to Agents using Schedules based Round Robin technique
Below is the script to assign incidents automatically to teammates based on their schedule.This assignment is based on Round robin algorithm.>Create a Business RuleAdd the below script(function executeRule(current, previous /*null when async*/) { gs....
