UI Action not showing on form: Check UI Actions for visibility conflictsIssue You may encounter an issue wherein an expected button is not visible on the form. This particular article will discuss how to utilize the UI View Actions [sys_ui_action_view] table to determine if the button has any conflicting visibility settings.CauseThese specific symptoms will exist which causes the conflict: The UI Action's "action name" [sys_ui_action.action_name] is not unique to the expected button.Another UI Action with the same "action name" has configured some visibility settings on that table (or global)ResolutionCheck [sys_ui_action_view] table to filter any UI Actions named with your button's name (ex: 'sysverb_insert')Filter or check the 'Visibility' column for Include mode Here you should find a UI Action on your same target table (or global) with action name you're using causing the issue. We would recommend to rename either action's "action name" to resolve the issue.Related LinksPlease visit KB0547282 for a more general guide to troubleshooting UI Actions.