
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 06:16 AM
Hello guys,
just came across scriptlet_function table. Anyone seen that already? What it does and how to use it? If GlideScriptEvaluator() is the way to use it - why is this needed ?
Any insights are much appreciated!
Cheers,
Joro
Solved! Go to Solution.
- 5,536 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 06:28 AM
Hi Joro, scriplets are functionality added in Paris that give you a scripting environment that doesn't load the ordinary scripting scopes you would have in a server-side script. It is isolated from script includes and most APIs and just has access to the vanilla rhino javascript.
I think its purpose is to support some future functionality, and I don't think it's very useful for customer/partner developers in its Paris version.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2022 01:02 PM
Hi Brad,
yes, you are correct here - my bad - but still, I dont find any record nor new docs about this functionality and I am wondering what it's meant for.
Thanks for the help !
Cheers,
Joro