Filter

Collection elements:

FilterItem
Iteration through collection using For each ... In ... Do operator is available to object. Filter elements are retrieved during iteration.
Access to filter element is possible using [...] operator. Item index (starting from 0) is passed as an argument.

Properties:

<Filter element name>

Methods:

Add
Count
Delete
Find
Get
GetAvailableFields
IndexOf
Move
Reset
SetAvailableFields

Description:

You can use it to store filter conditions.
It is a collection of filter elements. You can use it to filter data in different selections, record sets and visual lists.
Each element can specify only one condition. The entire object is a single composite condition that contains separate conditions (criteria) described by elements linked with "AND".

Availability:

Server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community