Calling script include from Report filter not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 04:28 AM - edited 09-02-2024 04:43 AM
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:-
javascript: new global.getCISysIDforCI().getSysID();
Script Include:-

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 04:33 AM
The way to call the script include is:
javascript: new global.getCISysIDforCI().getSysID()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 04:36 AM
Hi Anirudh
Thanks for replying.
Colon is there in my script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 04:37 AM
lol, not colon, brackets after script include name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 04:41 AM
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();