Version: Any release of DSP
Issue: After editing a record on the page and clicking Save, the record remains in edit mode.
The page should leave edit mode and display the horizontal view. Instead, the record remains editable and the page displays 'save' and 'cancel' buttons. The only option is to exit edit mode by clicking the 'cancel' button. If the record was modified before the OnValidate event was triggered, clicking other options outside of 'cancel' generates an object reference error.
Resolution:
This should only happen when a page is in the detail/child portion of a layout page. The fix is to go to the {vertical} -> {Advanced Properties} tab of the OnValidate event and ensure that the [Function] property is not set to "back".
When fixed, it will look like this: