Any insights on what Scriptlet Function is?

Community Alums
Not applicable

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

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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. 

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.

View solution in original post

5 REPLIES 5

Community Alums
Not applicable

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