Transfer of Assigned Tickets When Agent Goes Offline in AWA

Vaniyaa_x
Tera Contributor

 

Hi All,

In Advanced Work Assignment (AWA), when an agent changes their status to Offline or when their shift ends, is it possible that the assigned ticket to be automatically transferred to another available agent who is available.

1 REPLY 1

Huynh Loc
Mega Sage

Hi @Vaniyaa_x ,

Please try the following approach:

  • Set the AWA channel condition to “Assigned to is empty”.
  • Create a Business Rule on the Agent Presence table (agent_presence).
  • When an agent’s availability changes to Offline, the Business Rule should:
    • Query all open cases currently assigned to that agent
    • Clear the Assigned to field on those cases

Once the assignment is cleared, the AWA channel will automatically reprocess the cases and assign them to another available agent.


image.png
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.