ServiceNow select a user role on this client callable script include see https://www.servicenow.com/community/now-platform-articles/privacy-on-client-callable-script-includes-instance-security/ta-p/2386648 https://docs.servicenow.com/bundle/vancouver-platform-security/page/administer/security/reference/privacy-on-client-callable-script-includes.html 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];}, https://docs.servicenow.com/bundle/utah-platform-security/page/administer/security/reference/privacy-on-client-callable-script...