Two Edit button in the form(Two same UI action)Issue Sometimes in different forms you will see there are same two UI action like:Save,Edit,Delete.CauseThis happens when One UI action doesn't override another UI action.ResolutionOpen your developer tool and inspect both the UI action. Take the Sys id for both the Ui action and open it from sys_ui_action table. Check the Action name for both the UI action. In order to Override one UI action you have to match the "Action name".Make the "Action name " same for both the UI Action.