Reference Qualifier Active is true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2021 07:43 AM
Hi,
I want to add u_inactive=false to my reference qualifier javascript:new IntegrationInstanceType().funcName(current.variables.instance_type);
so it would only show the active records.
how can i script it? Thank you.
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2021 08:07 AM
javascript:new IntegrationInstanceType().funcName(current.variables.instance_type);
IntegrationInstanceType in this script Include what query mention? based on query you get records ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2021 08:16 AM
Hi,
Do you want to add this to existing ref qualifier or new one
for existing ones
javascript:new IntegrationInstanceType().funcName(current.variables.instance_type) + '^active=true';
For creating new
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
02-28-2021 08:51 AM
Hope you are doing good.
Did my reply answer your question?
If so, please mark appropriate response as correct & helpful so that the question will appear as resolved for others who may have a similar question in the future.
Thanks!
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader