AppRecord Unlock() Method

(SBM On-Premise/PaaS only) Unlocks the calling AppRecord, signaling that it is available for other users.

Function Signature

 bool Unlock( [bool currentUserOnly] ) 

Parameters

Parameter Type Description

currentUserOnly

bool

(Optional) Defaults to false. If true, only the current user's lock is unlocked. If false, any user's lock on this record is removed.

Return

Type Description

bool

Returns true if the record was successfully unlocked or was not locked to begin with.

Technical Details

SBM ModScript version: 11.3.

Example

Notes

None.

Related Topics

AppRecord