ChartOfAccountsObject.<Chart of accounts name>.IsLocked
Syntax:
Returned value:
True indicates the item is locked; otherwise it is False.
Description:
Availability:
Note:
Example:
If Object.IsLocked() Then Object.Unlock(); EndIf; |
Syntax:
Returned value:
Description:
Availability:
Note:
Example:
If Object.IsLocked() Then Object.Unlock(); EndIf; |