Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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