Auto assignment group routing based on user location time zone in incident?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 02:06 AM
Hi Team ,
Could you please provide solution for below requirement.
Q)We have so many locations and 3 assignment groups.
1: If caller locations is United Kingdom ,Spain and Russia :
If caller raise a ticket above locations business hours we need to assign 1st helpdesk group.after business hours we need to assign next available locations helpdesk
2:If caller locations is Singapore ,India and Japan:
If caller raise a ticket above locations business hours we need to assign 2nd helpdesk group.after business hours we need to check and assign next available locations helpdesk
3:If caller locations is United States,Canada and Argentina:
If caller raise a ticket above locations business hours we need to assign 3rd group. if customer raise a ticket after business hours we need to check and assign next available locations helpdesk .
each locations time zones is different. this our requirement
Could you please help me on this
Thank in ADV.
Regards,
Krish M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2020 12:39 AM
Hi,
Use can use show related field and use the filter field from User profile and select filed Time Zone.
Please try this way and confirm

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2020 03:08 AM
My first question would be, If you want users to acknowledge that, they are raising Incident outside of business hours ? The reason I am asking this to provide you very easy front end solution.
You can create a checkbox such as " Outside of business hours " + Client Script on Incident table. Client script will make your check box variable true when Incident is created outside of business hours.
You can create a variable to get current date and time : var bh = new GlideDateTime(); Then just write an If Condition to check If you are outside or inside of the business hours. To set the checkbox true you can return void fucntion = return true ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2020 12:37 AM
Hi Alpu.
Thanks for your response.
Could you please provide code for this .
Thanks in ADV.
Regards,
Krishna