BaseCalculationTypes.<Chart of calculation types name>.Find

Syntax:

Find(<Value>, <Columns>)

Parameters:

<Value> (required)

Type: Arbitrary.
Sought value.

<Columns> (optional)

Type: String.
Comma-separated string of column names to be searched.
If the parameter is omitted, search will be performed across the entire tabular section.
Default value: Empty string.

Returned value:

Type: BaseCalculationTypesRow.; Undefined.
Tabular section row that contains the sought value. If a value is not found, the Undefined value is returned.

Description:

Searches for a value in the specified tabular section columns.

Availability:

Server, thick client, external connection.

Note:

This method is useful for searching unique values.

    

1C:Enterprise Developer's Community