How to share a form between two users like on a Google Sheet?

0
Is there a way, for an autorized user, to assist a customer while he’s filling out a form? The idea is to see what the customer enters and edit the content before his validation.  
asked
4 answers
1

In the past, we have integrated a live chat solution like Olark with our Mendix apps.  These provide chat and remote browser viewing/control.

 

 

answered
1

Not until it’s committed.

You could create a temporary (but persistent) helper entity that the customer fills out (with onchange microflows that commit the object) and that the assisting user can also see. Add a microflow button as Save/commit action and in the microflow, validate and then create and commit the database entry you actually want and delete the helper object.

answered
0

Thank you Martin,
But how to refresh the second user browser after each commit?

answered
0

Thank you Martin and Mike for your answers, it really helps.
I hope that Mendix will find a way to manage this kind of need.

answered