BusinessProcessObject.<Name of business process>.OnWrite

Syntax:

OnWrite(<Cancel>)

Parameters:

<Cancel>

Type: Boolean.
Indicates that business process writing is cancelled. If this parameter is set to True in the body of the handler procedure, the business process will not be written.
Default value: False.

Description:

Occurs when the object writing is executed. A handler procedure is called after the object is written in the database but before the writing transaction is completed.

See also:

BusinessProcessObject, method Write

    

1C:Enterprise Developer's Community