ServiceNow select a user role on this client callable script include
f needed, you can change the privacy setting for an individual client-callable script include by adding the isPublic() function.
- The isPublic() setting takes precedence over the glide.script.ccsi.ispublic property.
- For example, if you set isPublic() to true in an individual script, it makes it public, which overrides the glide.script.ccsi.ispublic property that makes all other client-callable script includes private
isPublic:function(){return[true/false];},
Workaround | Setting the glide.script.ccsi.ispublic property to false makes all client-callable script includes private. You can change the privacy setting for an individual client-callable script include by adding the
|
Comments
Post a Comment