on close page ask for save or not save popup and commit or save it in database.

0
i have a page of input fields, and if user modify some fields, after that navigate to other pages by clicking in navigation bar or others, I want to show a pop up (only if objects changed) to save the current object in db(the current object and its associations is not currently in database). How can this be done?  
asked
1 answers
1

Hi Lalit,

You could try this marketplace component for example: https://marketplace.mendix.com/link/component/21721

But in general, i try to make all pages containing editable data so that you can only exit the page via a save or cancel button.

I hope this helps.

answered