Hide "Delete" button from Approval form

khamsone
Kilo Expert

Hello,

I need to hide the "delete"button from approval form.

find_real_file.png

How can I proceed to do that ? I searched on the Service Now community but there are a lot way to do but I need the simpler way.

Thanks in advance for your help.

Regards,

10 REPLIES 10

As Mujtaba said   check for other acls which are conflicting by adding debug security roles. go to application navigator


session debug > debug security



try with another way like add this condition in global ui action, (gs.hasRole('admin')&&current.sys_class_name=='sysapproval_approver')


find_real_file.png