Routing Rules in a Request Queue | Community
Skip to main content
Level 4
April 15, 2021
Solved

Routing Rules in a Request Queue

  • April 15, 2021
  • 1 reply
  • 660 views

Hello! I have a scenario where a group has two layers of routing in their process... the routing differs based on the answer to a couple of questions. I thought I could filter the routing by using the Topic Groups but I haven't been able to figure it out.

Specific scenario:

Requestor selects first type of request - whether it is a standard request or a custom request. If it's standard, we'd move on to the next layer of filtering for routing. If it's custom, it always gets routed to Tom.

On the next layer, if this is for a Central Region, it would get routed to Tom. If it is for an East Region, it would get routed to Hannah. BUT If it is for West, then it depends on who is making the request for routing - say it's person A, B, or C: that would get routed to Tom. Say it's person X, Y, or Z: that would get routed to Hannah.

This is quite the routing matrix! If anyone has ideas if we can automate all of that completely within Workfront I'd love to hear them! My current thought is just that if something gets routed to Hannah that should be for Tom, she just assigns it to him... but again, if automation is available here that would make the team's life a little easier.

Many thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by skyehansen

i think this should work:

Level 1

Custom => Tom (Queue topic, no topic group)

Standard => advance to Level 2 (this is a topic group called Standard)

Level 2

Central => Tom (Queue topic. Change your topic group to Standard)

East => Hannah (Queue topic. Change your topic group to Standard)

West => advance to Level 3 (this is a topic group called West and you add it to the Standard topic group when you make it)

Level 3

I'm on Team Awesome => Hannah (Queue topic. Change your topic group to West)

Everyone else => Tom (Queue topic. Change your topic group to West)

1 reply

skyehansen
Community Advisor and Adobe Champion
skyehansenCommunity Advisor and Adobe ChampionAccepted solution
April 15, 2021

i think this should work:

Level 1

Custom => Tom (Queue topic, no topic group)

Standard => advance to Level 2 (this is a topic group called Standard)

Level 2

Central => Tom (Queue topic. Change your topic group to Standard)

East => Hannah (Queue topic. Change your topic group to Standard)

West => advance to Level 3 (this is a topic group called West and you add it to the Standard topic group when you make it)

Level 3

I'm on Team Awesome => Hannah (Queue topic. Change your topic group to West)

Everyone else => Tom (Queue topic. Change your topic group to West)

OliviaMiAuthor
Level 4
April 16, 2021

Thank you Skye!!! I followed your path and that totally worked!!! Thanks for taking the time to review and respond to my scenario. I didn't know Topic Groups were that powerful! Much appreciated.