Calling script include from Report filter not working

Manisha Yadav
Tera Contributor

Hi Team,

 

I am calling script include via report filter but it is not working.

Script include is client callable and global.

When i return hard coded sys ids they are getting returned but not via my code.

Even i observed simple gs.log is also not working. Seems server side code is not working, something like that.

 

Calling script:-

ManishaYadav_0-1725277420176.png

 

javascript: new global.getCISysIDforCI().getSysID();

 

 

Script Include:-

ManishaYadav_0-1725276363860.png

 

10 REPLIES 10

AnirudhKumar
Mega Sage
Mega Sage

The way to call the script include is:

javascript: new global.getCISysIDforCI().getSysID()

 

Hi Anirudh

Thanks for replying.

Colon is there in my script.

lol, not colon, brackets after script include name

Ahh, yeah 

It was there but got missed while doing some updates.

I have updated again but still not working.

 

javascript: new global.getCISysIDforCI().getSysID();