acl to restrict delete access

VSN
Tera Expert

i have a requirement to remove delete capability for employee_admin and employee _manager roles on employee form . I have to achive this requirement ony with ACL process, could you please help me with this... 

12 REPLIES 12

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
Check on the table if there is any existing delete acl, try modifying it or mark it as deactivate and create as per you requirement.



Thanks and Regards,

Saurabh Gupta

Community Alums
Not applicable

Hi @VSN ,

Instead of delete ACL. 

What you can do is go to the TABLE that you going to restrict user to delete record.

Under the access control tab, search for DELETE operation. Then hard code it to RETURN FALSE so no one can delete the record. Or you can make use of the ROLE to limit only ADMIN can delete record.

 

SandeepDutta_0-1702976499833.png

 

 

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @VSN 

 

You can do like this:

 

LearnNGrowAtul_0-1702976587623.png

 

Add the table name in the table field.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Dr Atul G- LNG
Tera Patron
Tera Patron

or You can make it Delete ACTIVE False at table level @VSN 

 

LearnNGrowAtul_1-1702976708621.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************