ACL in scoped Application

priya2023
Tera Contributor

How to create  ACL  in scoped  Application

4 REPLIES 4

Upsilon
Giga Guru

Hi, 

You have to switch to your target application and to elevate your previleges and create it as usual 

Upsilon_0-1682414056946.pngUpsilon_1-1682414079222.png

Regards

Anurag Tripathi
Mega Patron
Mega Patron

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?

-Anurag

Ankur Bawiskar
Tera Patron
Tera Patron

@priya2023 

what's your exact question and business requirement?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Rahul Kumar17
Tera Guru

Hi Priya,

 

You can create an Access Control List (ACL) in a scoped application in ServiceNow by following these steps:

  1. Open the "Application Navigator" and go to the application where you want to create the ACL.

  2. In the left navigation pane, click on "System Security" and then click on "Access Control".

  3. Click on the "Create New" button to create a new ACL.

  4. 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.
  5. 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

If my response helped please mark it correct and close the thread.

Thanks,
Rahul Kumar