ACL in scoped Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 01:57 AM
How to create ACL in scoped Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 02:15 AM
Hi,
You have to switch to your target application and to elevate your previleges and create it as usual
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 02:17 AM - edited 04-25-2023 02:18 AM
Same way as in global. You should be in the scoped application and rest is pretty much the same.
Are you stuck at some specific stage?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 02:30 AM
what's your exact question and business requirement?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 02:39 AM
Hi Priya,
You can create an Access Control List (ACL) in a scoped application in ServiceNow by following these steps:
Open the "Application Navigator" and go to the application where you want to create the ACL.
In the left navigation pane, click on "System Security" and then click on "Access Control".
Click on the "Create New" button to create a new ACL.
Fill in the fields for the new ACL. Here are some key fields to consider:
- Name: The name of the ACL.
- Application: The name of the application where the ACL will be used.
- Operation: The operation that the ACL will control access to (e.g. read, write, create).
- Object: The object that the ACL will control access to (e.g. table, field, record).
- Condition: A script that defines when the ACL should apply.
Save the ACL.
Once you have created the new ACL, it will appear in the list of ACLs for the application. You can then configure the ACL to control access to the relevant objects in your application, such as tables, fields, and records.
Note that when you create an ACL in a scoped application, it will only apply to the objects within that application. If you want to control access to objects in other applications or in the global scope, you will need to create separate ACLs for those objects.
Thanks,
Rahul Kumar
Thanks,
Rahul Kumar