Home
Reply
Contributor
utpalstone
Posts: 18

Roll back to delta state ?

Is it possible to use Roll back without History stream ? Explanation :- I do not want to use the History stream for my application ( No Undo Redo). But there are few places where User can Cancel the operation, Here I plan to use the roll back functionality. What I am tried was :- 1) Just create a new delta state. ( No History stream was used or any API BEGIN/ END) 2) Call api_note_state for above delta state. 3) Call some ACIS api's and complete the operation ( No API BEGIN/ END was used) When user says cancel: call api_change_state(ds); Later also tried ds->backward(); But this seems to be wrong , can anyone tell me how I can find a solution to this ?
Utpal Das