How to map incident to relevant group based on users location with category and priority condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 08:46 AM
How to map incident to relevant group based on users location with category and priority condition.
I have tried assignment rules adding dot walking but not getting proper way to complete this requirement.
Please suggest if any one have idea on this.
Thanks,
Ashok Bollu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 09:02 AM - edited 05-09-2024 09:02 AM
Hi @ashok17
You can write "assignment data lookup " and you can specify the values and attached is the image
Thanks and Regards
Sai Venkatesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 09:33 AM
Thanks for response:
But assignment group based on user location ,and tried below script but not works:
if(current.category == "Barcode Scanner" && current.caller_id.country.nameLIKE == "Australia" && current.priority == 4){
current.assignment_group.setDisplayValue("RS Local Engineering Australia");
}