CANCEL PAGE

0
Clicking on the close page icon in the top right corner of an edit screen results in multiple records being deleted. This seems to be a bug?
asked
1 answers
0

onclick close page(x) icon on top right will rollback all the changes you have done the page to avoid rollback you can change the property of on close icon from property.

How to do:

  1. Create a new button and on click action set close page (don’t set cancel). and make invisiblity false
  2. Change page property on click action to newbutton.
answered