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.

Disabled delete option from the dropdown related list for Incident -> Outage

LilianNgo
Tera Contributor

Hello,

I need help.  I want to disable the Delete option from the dropdown of the Outage from the Incident table.  I already have the ACL operation: Delete.  It's working on the form but not from the related list dropdown.  The Delete is on Global which I do not want to modify.  Is there another option for it?

3 REPLIES 3

AshishKM
Kilo Patron
Kilo Patron

Hi @LilianNgo

You can write new UI Action ( for Delete ) on Outage table and then you can apply the condition for role based visibility. The table based UI Action will take precedence over global one.

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Hi Ashish Mishra,

I forgot to mention that I also created a new Delete in UI on the Outage table with Action name: delete_checked and Condition for the role that can delete Outage.  It's not working with UI Action or ACL.

LilianNgo
Tera Contributor

Please ignore my messages.  I just figured out that I have the wrong outage table name.  It's working now and thank you!