Hi Kay, A solution could be creating a custom 'New' (microflow)button, for when you want to create a new patient object. This microflowdoes:
In the data view you would not need 'Select Doctor' button any more. In that space you could automatically display the doctors name.
Is this what you're looking for?
Hi Gonzo,
Thank you for the suggestion. However, one user creates the patients and another user screens the patients and assigns them to a doctor.
I hope there is a solution.
Kay,
Add a Doctor dataview to your page, inside the Patient dataview. It should retrieve the Doctor over association. Make sure you add the Doctor's name in there as a TextBox.
Now your "Select Doctor" microflow button should do the following:
I think that should do it! Executing the microflow should associate the doctor and display his/her name on the screen.