AccumulationRegisterManager.<Accumulation register name>.SetMinAndMaxTotalsPeriods
Syntax:
Parameters:
<MinimumPeriod> (required)
Beginning of the period from which to start calculating totals.
<MaximumPeriod> (required)
End of the period for totals calculation.
Description:
During installation totals can be calculated for the new open periods.
The calculation interval is one month.
Availability:
Note:
If a configuration has enabled compatibility mode Version8_3_2 and lower, an exception is generated when the method is executed.
Example:
Registrs.Balance.SetMinAndMaxTotalsPeriod(MinDate, MaxDate); |
See also:
AccumulationRegisterManager, method SetMaxTotalsPeriod