FormDataStructureAndCollection.FindRows

Syntax:

FindRows(<FilterParameters>)

Parameters:

<FilterParameters> (required)

Type: Structure.
Contains search criteria: the structure key defines the column where to search, and the structure value defines the desired value.

Returned value:

Type: Array.
An array of strings from the collection that meet the search criteria.
The array stores references to rows of the collection, so if a row is modified, the value in the array changes accordingly.

Description:

Searches for values table rows that meet specified search criteria.

Availability:

Thin client, web-client, server, thick client, Mobile application (client), Mobile application (server).
Calling the method executes a server call.

Note:

This method is efficient for selecting non-unique values.

    

1C:Enterprise Developer's Community