function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CyclebiffCyclebiff 

Escalating Back (change owner)

When escalating from status "Tier1" to "Engineering", Auto Assign rules work well by assigning to an Engineering Queue.

 

Currently, when changing status from "Engineering" to "Tier1", Auto Assign rules assign the case OwnerID to the Tier1 Queue.

 

Question: Is there a way, using Auto-Assignment rules or APEX, I can escalate back to the original OwnerID who changed the status initially?

 

I've created a field, "Escalated_By" which is currently populated manually (I think I've gotten APEX class working that populates this field in my dev environment). I'm unsure how to update the case's OwnerID automatically if Escalated_By is not null.

 

Any suggestions?