ChartOfAccountsRef.<Chart of accounts name>.IsEmpty
Syntax:
Returned value:
True indicates that a reference points to no object (empty reference); otherwise it is False.
Description:
Availability:
Example:
If Account.IsEmpty() Then DoMessageBox("Account not defined!", 60); Return; EndIf; |