- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 10:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 10:25 PM
Hi,
you can use advanced ref qualifier for this
What's your exact requirement?
Example: show caller from department ABC then apply like this
javascript: 'department.name=ABC';
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 10:25 PM
Hi,
you can use advanced ref qualifier for this
What's your exact requirement?
Example: show caller from department ABC then apply like this
javascript: 'department.name=ABC';
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 10:28 PM
I want to show only callers of HR department when I set value HR in department field which is reference custom field on incident form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 10:30 PM
Yesterday you mentioned using a reference qualifier was not allowed (requirement from your end). I did reply for an explanation from you on why not using a reference qualifier... no reply unfortunately.
So why is it allowed now?
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 10:36 PM
Hi,
so department is custom field on incident form then you can enhance like this
I assume u_department is the field name and is of type reference
javascript: 'department=' + current.u_department;
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader