CatalogObject.<Catalog name>.BeforeWrite

Syntax:

BeforeWrite(<Cancel>)

Parameters:

<Cancel>

Type: Boolean.
Indicates that item writing is cancelled. If the True parameter value is included in the procedure-process body, then item writing is not performed and the exception is raised.
Default value: False.

Description:

Occurs before catalog item recording is executed. A handler procedure is called after the recording transaction is begun but before the catalog item recording is begun.

    

1C:Enterprise Developer's Community