DocumentObject.<Document name>.IsLocked
Syntax:
Returned value:
If True, the document is locked; if False, the opposite.
Description:
Availability:
Note:
Example:
If ExpenseBill.IsLocked() Then ExpenseBill.Unlock(); EndIf; |
Syntax:
Returned value:
Description:
Availability:
Note:
Example:
If ExpenseBill.IsLocked() Then ExpenseBill.Unlock(); EndIf; |