Could not find UI Action: sysverb_ws_saveIssue When clicking on a button titled "Save" or "Submit" or "Update", no action is taken. The form does not submit and any changes made to the record won't be committed. Checking your browser's console output, you'll notice a Warning that states the following: (g_form) [NOACTION] Could not find UI Action: sysverb_ws_saveReleaseAnyCauseBy default, there are 2 "global" UI Actions labeled "Save" which act as the default save actions on new and existing records. These are given the unique action name "sysverb_ws_save" and is considered a 'reserved' name. In addition to these actions, you have the option of overwriting them by creating a table-specific copy. Rather than Table=global, you can provide an actual table and simply use sysverb_ws_save as the action name. ResolutionIf you see this error message, it most likely means something was changed around the 2 global UI actions. Customizations may have been made to them directly, or a custom copy was made and is not working as expected. The message is very literal in the fact that a UI Action with the reserved name could not be found, and so you should exhaust all possible ways that prevent visibility of a UI Action: - UI Action Visibility records - Faulty UI Action 'Conditions' that are blocking access - User Criteria (if applicable) - Read ACLs and "before" query business rules