Changes are not reverted when i am using Cancel changes action button

0
Hi Team ,    I have a new edit page whenever I am click on new button am creating a new object passing that new object to that newedit page. Now i enter some data in that new edit page after i click on ' Cancel changes' action button. Even though the changes are getting saved in DB. Can anyone suggest me how to approach this fix. Thanks in Advance Pavan    
asked
1 answers
0

Hi Sunkara,

It must be in edit page while filling some data some associated data is being committed and because of which your main object is being auto-committed.

also since it is committed and present in database, cancel is not working as cancel is there to rollback unsaved changes not committed values.

 

Hope it helps!

answered