How to hide Global ui action "Delete" form button on change request table

busireddy
Tera Contributor

How to hide Global ui action "Delete" form button on change request table

1 ACCEPTED SOLUTION

taaneeya
Giga Contributor

) Change the condition on the UI Action, add current.geTableName() != 'change_request'

View solution in original post

8 REPLIES 8

Mark Roethof
Tera Patron
Tera Patron

Hi there,

1) Take care of the delete ACL: restrict the delete ACL

OR

2) Change the condition on the UI Action, add current.geTableName() != 'change_request'

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Nikita Gupta1
Tera Contributor

1) Take care of the delete ACL: restrict the delete ACL

OR

2) Change the condition on the UI Action, add current.geTableName() != 'change_request'

If my answer helped you in any way, please then mark it as helpful.

taaneeya
Giga Contributor

) Change the condition on the UI Action, add current.geTableName() != 'change_request'

Priyanka Jain2
Tera Contributor

HelpFul