Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Enable Delete UI action button for specific user

krishnanara
Tera Contributor

I want to enable the Delete UI action button for a specific user for my custom table which extends from the task table. When I tried checking the UI action button in the task table and tried adding the user role here I don't see the user able to view the Delete button. Is there anything I'm missing?

krishnanara_0-1762175559974.png

 

1 ACCEPTED SOLUTION

@krishnanara 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

7 REPLIES 7

Ankur Bawiskar
Tera Patron

@krishnanara 

why not handle this using Table.None DELETE ACL?

If ACL passes user sees the DELETE button.

With this you need not update UI action

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

I checked the ACL and see it is for snc_internal role but the specific user having that role

krishnanara_0-1762180005220.png

 

This is task table ACL, you need to check "Delete" ACL on your custom table

there was no Delete ACL exist for my custom table