You can try the LockingSystem functionality in vro. LockingSystem.lockAndWait(object,owner); - Waits till lock is acquired. LockingSystem.lock(object,owner); - Returns true is lock is acquir...
See more...
You can try the LockingSystem functionality in vro. LockingSystem.lockAndWait(object,owner); - Waits till lock is acquired. LockingSystem.lock(object,owner); - Returns true is lock is acquired. LockingSystem.unlock(object,owner); LockingSystem.retrieveAll();