Multiple Walk-uplocation queues for one Location

Abhishek18
Tera Contributor

Hello,

 

We have a requirement to create multiple Walk-up Location Queues for a single location. For example, lets consider Austin location, we need two walk up queues (Austin X, Austin Y) because we have multiple queues for single location at different places.

 

But when I try to create multiple walk-up location queues, the system is not allowing to create multiple walk-up location queues. Below is the error shown.

A walk-up queue with that location already exists. For work routing purposes, different queues cannot share the same location.

 

Please let me know how we can achieve the above requirement.

 

Thanks.

2 ACCEPTED SOLUTIONS

Peter Bodelier
Giga Sage

Hi @Abhishek18,

 

You simply can't.
You could duplicate the location with a suffix, and create the second queue on the second location.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

Vishal Birajdar
Giga Sage

Hi @Abhishek18 

 

We also have faced same issue....!!

By default , one location can be attached to only one walk-up location queue.

 

What we have done is created new dummy location in location(cmn_location) table with same name but some different tags like below: 

 

Location Name1 : Austin_abc for "Austin X" queue

Location Name2 : Austin_xyz for "Austin Y" queue.

and set it to walk-up location queue's.

 

& off-course you can check feasibility to create new locations with platform team in your organization.

 

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

View solution in original post

3 REPLIES 3

Peter Bodelier
Giga Sage

Hi @Abhishek18,

 

You simply can't.
You could duplicate the location with a suffix, and create the second queue on the second location.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

Vishal Birajdar
Giga Sage

Hi @Abhishek18 

 

We also have faced same issue....!!

By default , one location can be attached to only one walk-up location queue.

 

What we have done is created new dummy location in location(cmn_location) table with same name but some different tags like below: 

 

Location Name1 : Austin_abc for "Austin X" queue

Location Name2 : Austin_xyz for "Austin Y" queue.

and set it to walk-up location queue's.

 

& off-course you can check feasibility to create new locations with platform team in your organization.

 

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

Abhishek18
Tera Contributor

Thank you @Vishal Birajdar and @Peter Bodelier  for your quick response.

 

I will go ahead and create the dummy locations for multiple walk-up queues.

 

Thanks,