FilterItem.Set

Syntax:

Set(<Value>, <Use>)

Parameters:

<Value> (optional)

Type: Arbitrary.
Filter value.

<Use> (optional)

Type: Boolean.
Flag for using filter on value.
Default value: True.

Description:

Defines the filter value and the use flag. When executing this method, the comparison type is set to the Equal value.

Availability:

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

Note:

The method has application when it is necessary to specify both a value and a filter use.
Important! If first parameter is set to Undefined, the filter previously set is not changed.

Example:

ExchangeRatesList.Filter.Currency.Set(Ref);

    

1C:Enterprise Developer's Community