ExchangePlanManager.<Exchange plan name>.FindByAttribute

Syntax:

FindByAttribute(<AttributeName>, <AttributeValue>)

Parameters:

<AttributeName> (required)

Type: String.
The name of the attribute 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 attribute value by which the search is to be performed.

Returned value:

Type: ExchangePlanRef.
If no node with the specified description exists, an empty reference will be returned.

Description:

Searches for a node by attribute value.

Availability:

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

Note:

If there are multiple nodes with the specified description, only one of them will be found.

    

1C:Enterprise Developer's Community