ExternalDataSourceTableRecordManager.<External source name>.<External data source table name>.Write

Syntax:

Write(<Replace>)

Parameters:

<Replace> (optional)

Type: Boolean.
It defines the mode of replacement of the existing record against key fields.
Default value: True.

Description:

It records the table with current field values to the database of the external source of data. If the record has been pre-read from the database, then method deletes the read record first and only then writes the changed record. The Replace parameter determines whether the method will replace the record if there is another record (except for the read one) with the same key field values at the time of the method execution.

Availability:

Thick client.

    

1C:Enterprise Developer's Community