>> Question:
How could I change the default system defined button of a form from "Save"(SystemDefinedSaveButton) to "Edit"(SystemDefinedViewEditButton) in code, to control the view/edit mode?
>> Background:
Basically, when we enter a new form, such as ledger journal, the system defined button shown on the left upper is "Edit" which we can click and change the form mode from view to edit mode, then the caption witl change from "Edit" to "Save".
But in some forms, the system defined button is "Save", thus we cannot manually change the form mode from view to edit mode.
