- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2018 01:19 AM
Hi All,
When I used 'GlideHistorySet' in one of the script include in my scopped application am getting the below error.
"Exception Message: JavaException: java.lang.SecurityException: GlideHistorySet is not allowed in scoped applications"
May I know the alternative method for 'GlideHistorySet' in scopped application.
Thanks in Advance!
Solved! Go to Solution.
- Labels:
-
Cost Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2018 08:32 PM
To access the protected class, in GLOBAL you need to make a script include that runs the protected class. You need to ensure the new script include (in GLOBAL) is accessable to scopes. Then call the new Script Include (that is in GLOBAL) from your scope.
This is how you bypass that protection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 09:37 AM
Thanks @Jay Michael,
Just stumbled over this post and it provides what I'm looking for... Thanks.
Happy Friday - Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2025 11:01 AM
wohoo happy to help!!