- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 03:47 AM
Hi,
Reference Qualifier on a User Reference Field(on sys_user table) to show only active users in servicenow.
I have to have users who are only active rightnow. In Reference qual field i want to right the script...
Please help me with this.
Thanks,
Vaishnavi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 04:13 AM
Hi,
In reference qualifier just write the below script.
javascript:"active=true"
Mark Helpful & Correct.
Regards
Nikhil Phalke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 03:51 AM
Hi,
Use this encoded query in your reference qualifier..
active=true
Thanks,
Preethi
Please mark correct, if helpful.
Thanks,
Preethi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 03:53 AM
Hi Vaishnavi,
by default there is out of the box business rule on sys_user table which shows only active users
BR Name: user_query
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
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
03-23-2020 04:13 AM
Hi,
In reference qualifier just write the below script.
javascript:"active=true"
Mark Helpful & Correct.
Regards
Nikhil Phalke