SBM ModScript Reference → Programming SBM ModScript → Object Types → AppRecord → AppRecord UpdateWithLock() Method
(SBM On-Premise/PaaS only) Updates the record that has been previously locked with Lock() function.
Parameter | Type | Description |
---|---|---|
stealLock |
bool |
Optional parameter that allows the user to skip the Lock() function and steal the lock during the update. Defaults to false. If true, any other user's existing lock will be broken, causing that user's changes to be lost. |
Type | Description |
---|---|
bool |
Returns true if the record was successfully updated; false otherwise. |
SBM ModScript version: 11.3.
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.