ChartOfAccountsObject.<Chart of accounts 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 executing account writings. The procedure-process is called after the beginning of the transaction but before account writing.

    

1C:Enterprise Developer's Community