How to add or enable Save Button on all the forms across a Servicenow InstanceDescriptionWe have the SAVE Button visible only when we are performing the update operation on a form, But if we want to use the SAVE Button instead of the Save option in the context menu, please follow the below Steps to achieve this.ResolutionGo to the UI Actions table and search for Save UI Action on the Global table. You can directly Navigate to them using the URL /sys_ui_action_list.do?sysparm_query=nameSTARTSWITHSAVE%5Etable%3Dglobal%5EcommentsNOT%20LIKEContext&sysparm_first_row=1&sysparm_view=&sysparm_choice_query_raw=&sysparm_list_header_search=true Open the UI actions and Click on Form button checkbox.This should enable the Save Button across all the forms like Change, Problem, Incident irrespective of the Operation, let it be Insert or Updating the record the Save UI action will now be visible on the form. You can follow the above steps to add any GLobal UI action: We can use the same procedure as above to enable any UI action on a form as needed.