ChartOfAccountsObject.<Chart of accounts name>.IsNew

Syntax:

IsNew()

Returned value:

Type: Boolean.
True indicates a changed item has never been recorded; False indicates the item was previously recorded.

Description:

Defines whether the item has been recorded in the database.

Availability:

Server, thick client, external connection.

Example:

If Object.IsNew() Then
    Object.Name = "New account";
EndIf
;


    

1C:Enterprise Developer's Community