ExternalDataSourceTableObject.<External source name>.<External data source table 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:

It occurs before the object is written. The handler procedure is called after the writing transaction has started.

    

1C:Enterprise Developer's Community