AccountingRegisterManager.<Accounting register name>.DrCrTurnovers
Syntax:
Parameters:
<BeginOfPeriod> (optional)
The point in time beginning at which turnovers must be gotten. If the parameter is not specified, turnovers will be gotten beginning at the moment the database was created. If Date or PointInTime is transmitted as parameter, turnovers for the specified date or point in time will be included in the resulting value table.
<EndOfPeriod> (optional)
The point in time that defines the end of the period for which turnovers must be gotten. If the parameter is not specified, turnovers will be gotten to the very latest register register record. If Date or PointInTime is transmitted as parameter, turnovers for the specified date or point in time will be included in the resulting value table.
<ExtraDimensionDrTypes> (optional)
Reference or reference array transmitted or fixed array of values to extra dimension types. You can use this parameter to specify what values of debit extra dimensions will be available by names "ExtDimensionsDr1", "ExtDimensionsDr2" etc. Besides, turnovers will be calculated only by debit accounts that have predefined types of debit extra dimensions. If the parameter is not specified, extra dimension Dr values are addressed by order or index, as defined on the respective account.
The parameter does not exist unless extra dimensions were specified for the chart of accounts during configuration.
<ExtraDimensionCrTypes> (optional)
Reference or reference array transmitted or fixed array of values to extra dimension types. You can use extra dimensions types to specify what values of credit extra dimensions will be available by names "ExtDimensionsCr1", "ExtDimensionsCr2" etc. Besides, turnovers will be calculated only by credit accounts that have predefined types of credit extra dimensions. If no extra dimension Cr types are specified, extra dimension Cr values are addressed by order or index, as they are defined on the respective account.
The parameter does not exist unless extra dimensions were specified for the chart of accounts during configuration.
<Filter> (optional)
Structure containing a set of register dimension values for which totals must be filtered. Allowable key names: AccountDr, ExtDimensionDr<Number>, AccountCr, ExtDimensionCr<Number>, <Dimension Name> or <Dimension Name>Dr and <Dimension Name>Cr.
If the parameter is not specified filter is not used.
<Dimensions> (optional)
List of dimensions for which turnovers must be gotten. Line containing dimension names separated by commas. Allowable dimension names: AccountDr, ExtDimensionDr<Number>, AccountCr, ExtDimensionCr<Number>, <Dimension Name> or <Dimension Name>Dr and <Dimension Name>Cr.
If the parameter is not specified or an Undefined is specified, turnovers will be generated for all dimensions.
Default value: Undefined.
<Resources> (optional)
List of resources for which turnovers must be gotten. Line containing resource names separated by commas.
If you don't specify the parameter or set the Undefined, turnovers are created for all resources.
Default value: Undefined.
Returned value:
Description:
Availability:
Note: