Obj save and commit both are same while saving the data or they are different from each other ?
In one scenario I applied Obj-save and then did page remove still data get saved commit was after page remove ?
@MonikaS9010
If you will do page-remove after obj-save then it’s only page got removed not the deferred save data got removed.
and commit will ask for any obj save which was present there at above steps that is why it saved the data in last step after page remove also.
Page-remove and deferred save is both are different concepts.