Default page back button should not save the data

0
  This is a form, where user enter/edit the information. When user hits the default back button of the page (highlighted in blue) , data is getting saved I don't want that. I want data should only get saved if user hits the save button.  How to avoid saving data on back button. PLease help me out, its urgent   Thanks
asked
4 answers
0

Hello Trishla,

 

Close the page before opening a new one, it doesn't disable the back button but it will prevent the user to get back to the closed page.

 

I think this is useful!

image.png

answered
0

Hi Trishla,

The back button of your browser should not be saving your data. Are you completely sure it's inserted in your database? 

answered
0

Hi Trishla T,

                   In the overview page ,call the microflow to the button(add/edit).In the microflow refresh the page.

 

 

 

 

 

 

answered
0

Hi Trishla,

 

Your question answered ? if not, can you please give me how navigation works into your application which leads to this overview page?

 

When you click on button which leads to this page, are you opening this page directly ?

But how is object on this page is handled ?

 

Thank you.

answered