BusinessProcessObject.<Name of business process>.BeforeWrite

Syntax:

BeforeWrite(<Cancel>)

Parameters:

<Cancel>

Type: Boolean.
Action execution cancel flag. If the parameter value is set to True in the body of the handler procedure, writing is not performed and the exception is raised.
Default value: False.

Description:

Occurs before object writing. The handler is called up after the write transaction has started, but before business process recording has begun.

    

1C:Enterprise Developer's Community