Based on Caller Location assigned to filed users is populate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 10:31 PM
Hi All,
On incident form if we select caller, caller to belongs to any particular location, assigned to field should be display
on that user location users only.
Ex: Suppose caller is belongs to Bangalore, assigned to field show only same location users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 10:59 PM
Hi @thomas94
you can use Assignment Data Lookups.
Thanks
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:04 PM
Thanks for reply,
Requirement: if caller is belongs to particular location, assigned to filed should show that users alone.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:07 PM
Hi,
You can try advance reference qualifier.
Below is the link for more details.
Thanks,
Dhananjay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 12:31 AM
Hi @thomas94
You can handle this in the Reference Qualifier within the Dictionary Override of the Incident Assigned To field.
Sample below.
javascript: 'location=' + current.caller_id.location.toString();
Cheers,
Tai Vu