How to assign incidents depend upon the user location?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2018 05:31 AM
Hi all,
I have a requirement to assign the assignment group automatically for all incidents depends on the user location.I need a script for this.Please, suggest your ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2018 12:28 AM
I don't know how to create a lookup.Please, help me to do that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2018 01:24 AM
Well,
The code that you have written, what it is doing ?
1. it checks your location and groups table for a record whose location is same as the callers location
2. If it finds such a record, the assignment group of that record will be assigned to the Incident's assignment group.
Now you need to check is that
1. what is the callers location?
2. Check the location and groups table, is there any record which has the same location, if not, you have to create a record in that table and then test the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2018 12:17 AM
HI,
Is this BR after Update or Before Update/Insert what?
Thanks
