CatalogObject.<Catalog name>.OnWrite

Syntax:

OnWrite(<Cancel>)

Parameters:

<Cancel>

Type: Boolean.
Write cancel flag. If this parameter is set to True in the body of the handler procedure, the write transaction will not be completed.
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.

    

1C:Enterprise Developer's Community