Skip to main content
I want to set up a destination rule that uses a Destination Queue (populated by an AD group) to exclude the originator if they are in that destination queue.

Has anyone got a code snippet that they could share to illustrate how this might be done?
I don't think you can do this if you want to assign it directly to the queue.
You'd have to have custom code to add individual member of the AD group (to exclude originator).

You'll lose the dynamic queue and resolveToUser=false capability.
Basically you end up with a static list of destination members.

Reply