BusinessProcessObject.<Name of business process>.IsNew

Syntax:

IsNew()

Returned value:

Type: Boolean.
True - business process being changed has not been written; False - the business process has already been written.

Description:

Indicates whether the business process was written to the database.

Availability:

Server, thick client, external connection.

Example:

If SelectBP.IsNew() Then
    SelectBP.Write();
EndIf
;


    

1C:Enterprise Developer's Community