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

Syntax:

Write(<Replace>)

Parameters:

<Replace> (optional)

Type: Boolean.
Determines existing record replacement mode in accordance with current filter settings. If True, existing records will be deleted before saving. False - records will be appended to those already existing in the information base.
Default value: True.

Description:

It writes a set of records down to the database of the external source of data. Records can be added or replaced depending on the transferred parameter. If replacing is specified, all existing records will be deleted before writing in accordance with the current filter settings.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community