- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:25 AM
writing a script include that it should only display assigned to fields which are same as to caller field location, assigned to field should only display the records which has same location as caller.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:49 AM
Hi @shaafi9631 ,
did you add it in the dictionary override?
it's for the incident table assigned to field only right?
open the dictionary override record of the assigned to field
and add it
don't wanna keep the existing ref qual conditions?
if you want to keep the existing condition and extend this addition filter use this
else use the ref qual I share in the ref qual directly
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:28 AM - edited 06-27-2025 05:32 AM
Hi @shaafi9631 ,
you can just add this in the reference qualifier
javascript:'location='+current.caller_id.location
javascript:'location='+current.caller_id.location
you don't need to use script include
note replace : with" : "
refer below screenshot
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:37 AM
not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:49 AM
Hi @shaafi9631 ,
did you add it in the dictionary override?
it's for the incident table assigned to field only right?
open the dictionary override record of the assigned to field
and add it
don't wanna keep the existing ref qual conditions?
if you want to keep the existing condition and extend this addition filter use this
else use the ref qual I share in the ref qual directly
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 06:22 AM
can you please also provide solution through script include