Hi all.
So I have a page that is a 360 review form that takes a lot of time to complete. Our users asked that I build in a save option.
I have now added a button and a timer that will save the data to the DB when you click the button or when the timer fires.
The issue is now that if you save and then submit the page it will come up with the data has changed error. Is there a way to tell Apex to ignore this check as I know the data changed as it was changed by the save button that updated it via PL/SQL code.
