How to create a ACL to restrict users

M Lohith Datta
Tera Contributor

Hi All,

 

kindly help me wring an ACL to restrict ITIL users from writing/Creating/Deleting records for specific table.

 

All the ITIL user can do with that table is they can read only.

 

Thanks 
Datta

3 REPLIES 3

RaghavSh
Kilo Patron

1.You need to create 3 ACLs , one for write, create and delete operation ( all table level) with admin role. Below is the example:

Screenshot 2022-11-22 at 11.19.10 AM.png

 2. And then one for read operation with ITIL role.


Please mark the answer correct/helpful accordingly.


Raghav
MVP 2023

@M Lohith Datta when a custom table is created these 4 SLAs are automatically created you can edit those SLAs as well as per your requirement instead of creating new ones


Raghav
MVP 2023

Vinayak Belgaon
Mega Guru
Mega Guru

Think of ACL as a means to give access and not restrict access, it will work wonders.
Here you need to table level write acl and in the advance script just set answer=false.

 

 

Kindly mark helpful if this resolves your query.

 

Regards

Vinayak