
I have a field on my case form called "Current Queue". I want to configure that field to always match the name of the Queue that the case is assigned to from the "Queue Item" entity. Is there a way to automatically map the two together?
*This post is locked for comments
I have the same question (0)Hi Jay,
You can do this by a workflow on Entity Queue Item, triggered by create/update of Queue Item.
If the queue item object is a case, then update case Entity field Current Queue.
*Note, for existing cases, the field will not be updated.
like this:
Regards,
Abby