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.

Advance Reference Qualifier not Working

nowitsvashu
Tera Guru

Hi,

In the service catlog I have a reference variable named as account, but I'm applying filter to according to the requirement in which i have used script include and calling it by reference qualifier.

I have checked my script include by calling it on bg script and it is working fine.

 

I have only doubt on advance reference qualifier can you please check and confirm this.

 

javascript: new scriptIncludeName().functionName();

 

7 REPLIES 7

swathisarang98
Giga Sage

Hi @nowitsvashu ,

 

Try something like below,

 

 

javascript: new scriptIncludeApiName().functionName(current.variablename);

 

swathisarang98_0-1713955661949.png

 

As you are calling from server to server side no need to check client callable in script include.

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang

 

 

thanks for reply but I already tried it and its not working...

@nowitsvashu ,

 

could please share some screen shot and paste entire code and explain what exactly you are trying to achieve ?

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang