CatalogObject.<Catalog 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, Mobile application (server).

Example:

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


    

1C:Enterprise Developer's Community