D
daniel.skerry
Guest
I'm trying to implement pessimistic locking on a Rollbase portal. I have set the object 'Lockable' attribute and have been attempting to manipulate the 'isLocked' field of the associated object, with inconsistent results. I just need to be able to open a page, and lock the associated record as the page opens, then release the lock when the page is closed. I have tried using the page 'onload' and 'onsubmit' in conjunction with rbf_setField to manipulate the 'isLocked' field, but this isn't working for me. I also tried creating a two triggers to lock and unlock the record, then calling them from the portal using rbf_runTrigger, but this again didn't work. Any help would be appreciated. Thanks, Daniel.
Continue reading...
Continue reading...