i already had issues with the navigation, as toolbar buttons effect the form behaviour in unexpected ways, or you are not able to do some things programmatically because you miss some buttons.
Some things you do not want to expose via the buttons to the user. so it is very bad design to make dependencies between navigation and buttons.
i hope SC will improve it.
Buttons should be independent from the form properties and do not do weird things under the water.
- you cannot add new record if there is no new record button
- you cannot navigate (programmatically ) to the last inserted record if there is no next button
- there should be save button also on the new record form (user does not make difference between inserting and saving, this is database world). The form should stay on the same record after saving at all times (unless you change settings and open a new insert record or something)
please vote to improve SC navigation between records / forms/ menu tabs