ExchangePlanObject.<Exchange plan name>.BeforeWrite

Syntax:

BeforeWrite(<Cancel>)

Parameters:

<Cancel>

Type: Boolean.
Indicates that node writing is cancelled. If the True parameter value is set in the body of the event handler, the node will not be written and the exception is raised.
Default value: False.

Description:

Occurs before writing the node. A handler procedure is called after the write transaction has begun but before beginning to write the node.

    

1C:Enterprise Developer's Community