Hello,
I am stuck in one place I guess any one of you can help me, basically I am trying to delete the latest Iteration of the WTDocument using
PersistenceHelper.manager.delete(persistable);
where persistable object is latest iteration of WTDocument but when I execute the method it delete the entire version of the object
Can any one help me how I can delete only latest iteration of object