ChartOfCalculationTypesManager.<Chart of calculation types name>.FindByDescription
Syntax:
Parameters:
<Description> (required)
Calculation type description to search on.
<ExactMap> (optional)
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:
Reference to the found calculation type. If no object with the specified name is found, an empty calculation type reference is returned.
If description is not set (length = 0) and search is carried out by full match, will be returned Undefined.
Description:
Availability:
Note: