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.

How to create ACL for UI page

Rameshwar Nalaw
Tera Expert

Hi All,

While validating a custom application i am getting following fail test case result 

Custom UI page 'Support' should have read ACL on Endpoint of UI Page without '.do' with appropriate roles.

How i can create acl for ui page.

Thanks in advance 

1 ACCEPTED SOLUTION

Thank you Markus. Your solution is help to fix the problem.

View solution in original post

3 REPLIES 3

Markus Kraus
Kilo Sage

Create a new ACL (e.g. Studio -> Create Application File -> Access Control):
Type: ui_page
Operation: read
Name: <UI Page's endpoint *without* .do>

Example:
find_real_file.png

Thank you Markus. Your solution is help to fix the problem.

You're welcome. I think you marked the wrong answer as the solution though šŸ˜›