Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

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  ||  10x 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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader