ExternalDataSourceTableManager.<External source name>.<External data source table name>.FindByField

Syntax:

FindByField(<FieldName>, <AttributeValue>)

Parameters:

<FieldName> (required)

Type: String.
Field name by value of which the search is to be formed, as specified in the Designer. The type of value is any, except for ValueStorage and lines of any length.

<AttributeValue> (required)

Type: Arbitrary.
The field value by which the search is to be performed.

Returned value:

Type: ExternalDataSourceTableRef.
If there are no elements with the required field value, an empty reference will be returned.

Description:

Searches for an item by field value.

Availability:

Server, thick client, external connection.

Note:

Available only for tables with ObjectData data type.
If there are several items with the specified field value, only one of them is found.
For attributes of the String type the search is executed by exact mapping.

    

1C:Enterprise Developer's Community