ExchangePlanManager.<Exchange plan name>.FindByDescription

Syntax:

FindByDescription(<Description>, <ExactMap>)

Parameters:

<Description> (required)

Type: String.
String containing the search description.

<ExactMap> (optional)

Type: Boolean.
Determines search by exact mapping mode.
The search will be successful if the search string: matches the left part of the description when the parameter value is False; or matches the full description (excluding trailing spaces) when the parameter value is True.
Default value: False.

Returned value:

Type: ExchangePlanRef.
Reference to a node that has been found. If no node with the specified description exists, an empty reference will be returned.

Description:

Searches for a node of the exchange plan by description.

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