I have a form with two datasources that are linked by using an outer join. It is written to the database by using Form Datasource Unit of Work framework.
As of now, the data gets written when moving from one datasource form control to another form datasource control. I want to only activate/write using Form Datasource Unit of Framework when a button is clicked.
Is there a way to prevent automated write function when moving from one Form Control to another?