TaskObject.<Task name>.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 task writing is executed. A handler procedure is called after the writing transaction is begun but before the task writing is begun.

    

1C:Enterprise Developer's Community