ChartOfAccountsRef.<Chart of accounts name>.IsEmpty

Syntax:

IsEmpty()

Returned value:

Type: Boolean.
True indicates that a reference points to no object (empty reference); otherwise it is False.

Description:

Determines whether a reference is empty or not.

Availability:

Thin client, web-client, server, thick client, external connection.

Example:

If Account.IsEmpty() Then
    DoMessageBox("Account not defined!", 60);
    Return
;
EndIf
;


    

1C:Enterprise Developer's Community