We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Hide delete UI action based on groups on cmdb model table

Yug45678
Tera Contributor

Hi Everyone,

 

I have a requirement where I want to hide Delete UI Action on CMDB model table(cmdb_model) for specific groups. In UI action Table I couldn't find any UI Action define for this table. Please Let me know how to achieve this, Thank you in advance.

1 REPLY 1

Niklas Peterson
Mega Sage

Hi,

 

Use ACLs to restrict access for records. The delete operation controls if a user can delete records or not. If delete operation is not granted then user will not see Delete UI Action.

 

Regards,
Niklas