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
Naveen KvpNaveen Kvp 

can i send master record queues to child record queues?

MikeGillMikeGill
Don't believe there is a concept of master and child queues.

You could build you own logic and automate the change of queues using Apex/Flow/WFR.

Treat queues like an Owner, therefore any logic you can create / do around Owner workflow assume you can do the same with Queues.

M