ChartOfCalculationTypesObject.<Chart of Calculation Types name>.IsNew

Syntax:

IsNew()

Returned value:

Type: Boolean.
True - the calculation type being changed has never been written; False - the calculation type is already written.

Description:

Indicates if the calculation type has been written to the database.

Availability:

Server, thick client, external connection.

Example:

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


    

1C:Enterprise Developer's Community