- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2018 07:11 AM
I Have a UI Action then I checked the Client to do of course client side script but when I used the window it gives me that error in console log.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2018 07:16 AM
If this is in a scoped app, then a lot of APIs are blocked by default. You can read more about that here: Scoped Applications and Client Scripts: A Primer
You can enable access to APIs like window by adding a new a True/False system property in your application named glide.script.block.client.globals with the value false.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2018 07:16 AM
If this is in a scoped app, then a lot of APIs are blocked by default. You can read more about that here: Scoped Applications and Client Scripts: A Primer
You can enable access to APIs like window by adding a new a True/False system property in your application named glide.script.block.client.globals with the value false.