ChartOfAccountsExtDimensionTypes.<Chart of Accounts name>.FindRows
Syntax:
Parameters:
<FilterParameters> (required)
Contains search criteria: the structure key defines the column to be searched, and the structure value defines the sought value.
Returned value:
Array of tabular section rows ChartOfAccountsExtDimensionTypesRow.
Note. The array stores references to the tabular section rows, so when modifying a tabular section row, the value in the array will also be changed.
Description:
Availability:
Note:
Example:
ParametersFilter = New Structure; ParametersFilter.Insert("SearchObject", CurObject); FoundLines = Content.FindRows(ParametersFilter); |