Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Reference Qualifier Active is true

kennetholesco
Mega Expert

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.

 

3 REPLIES 3

sekhar kurumoju
Mega Guru

javascript:new IntegrationInstanceType().funcName(current.variables.instance_type);

IntegrationInstanceType  in this script Include  what query  mention? based on query you get records ?

 

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@kennetholesco 

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader