Global Delete UI action not showing on formsIssue The Global Delete UI action does not appear on any form even though the UI action is active, the ACLs allow delete on the records, and the conditions in the ACL are met. The UI action has its visibility set to Admin view, so it is only visible when that view is active. Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } All ReleasesCause The UI action has its visibility set to Admin view, so it is only visible when that view is active. Resolution Remove the Admin view restriction from the UI Action Visibility record. 1. Navigate to the Global Delete UI action record. 2. Locate the UI Action Visibility related list or field on the record. 3. Remove the Admin view entry from the UI Action Visibility configuration. The global Delete UI action (action name: sysverb_delete) is defined under System UI > UI Actions with the Table set to Global, meaning it applies to all tables. If it is not appearing on a specific form, also verify that: (1) the user has a delete ACL permission for that table; (2) no table-specific UI action override is shadowing the global one; and (3) the global Delete UI action is not inactive. To check visibility, condition, table, and action name for any UI action, navigate to the UI action record and review those fields. Related Links - [Troubleshoot UI actions not showing or not working, KB0547282](https://support.servicenow.com/kb/kb?id=kb_article_view&sysparm_article=KB0547282)- [Resolve missing Delete UI action for Group table, KB1764268](https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1764268)