Hi Friends,
I got a requirement to undo the changes of a perticuler row if user changed something :
Row CururrentRow=vo.getCurrentRow();
currentRow.refresh(currentRow.REFRESH_UNDO_CHANGES|currentRow.REFRESH_WITH_DB_FORGET_CHANGES);
Using above code we can refresh the changes.
I got a requirement to undo the changes of a perticuler row if user changed something :
Row CururrentRow=vo.getCurrentRow();
currentRow.refresh(currentRow.REFRESH_UNDO_CHANGES|currentRow.REFRESH_WITH_DB_FORGET_CHANGES);
Using above code we can refresh the changes.