Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ACL for client callable script includes, which is applicable to all users?

ramireddy
Mega Guru

Hi,

I understood that one of the guidelines for app certification is "ACL needs to be assigned to client callable script includes". When i verified my script includes, which are marked as client callable, 2 of those script includes needs to be called by every user, who uses ServiceNow, and they won't have any roles.

In that case, can I create ACL on that client callable script include without any role? Is it correct? Or Do i need to create 1 end user role for my application and assign that role to script include?

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

You can create an ACL with no role and it will allow the script include to be used. It's not exactly secure, but should work.



Take a look at section 4 here also:



Script Includes - ServiceNow Wiki


View solution in original post

2 REPLIES 2

Chuck Tomasi
Tera Patron

You can create an ACL with no role and it will allow the script include to be used. It's not exactly secure, but should work.



Take a look at section 4 here also:



Script Includes - ServiceNow Wiki


Thanks Chuck.