- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2020 09:09 PM
Hi all,
In" change request" table based on 'company' field company users are showing in 'customer approver' field for that i am using following advanced reference qualifier
javascript: 'company=' + current.company;
My question is i need to show only active users in 'customer approver' field now inactive users also showing.
'customer approver' field is list type and reference table is "customer_contact".
How can i do that,help me on that?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2020 09:45 PM
Hi,
please use this in the reference qualifier of customer approver field
this table has active field; you can try using that
javascript: 'active=true';
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
‎11-09-2020 09:45 PM
Hi,
please use this in the reference qualifier of customer approver field
this table has active field; you can try using that
javascript: 'active=true';
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader