I have an application that in one screen show data table of e.g. contracts. I can select one contract and go to the details screen with the view form of last selected item on the data table.
I can edit that form, but after successfully submitting and navigating back() or even Navigate(DetailScreen) the data in the ViewForm is from the first contract ever submited and not from the last selected from the data dable.
Is there way to avoid that and to show me the details of the contract i have edited last?
Also, every field in the EditForm updates fields in the DetailForm except for the drop down menu. After changing the drop down menu it does not show new value in the detail screen, but after i go to EditForm for the same item, the default value of the drop down is the last thing i selected during the previous edit.

Report
All responses (
Answers (