gs.log not working in script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018 08:51 AM
I have a very simple script include and I can't get the gs.log to work so I'm not even sure if it's being called correctly.
Below is the script include named cab with function cabCheck.
In the report I am calling this using javascript: new cab().cabCheck() and javascript: new cab.cabCheck(). In reviewing the log files, I do not see "cab check" anywhere so I don't know if the report is actually calling my script include or if gs.log doesn't work in it or if the script include isn't set up right.
Any ideas what's not working?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018 08:54 AM
did you try javascript:new global.cab().cabCheck()

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018 08:54 AM
Hi,
You checked client callable. You will unchecked once and try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018 09:01 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018 09:04 AM
did you try javascript:new global.cab().cabCheck()