AccumulationRegisterManager.<Accumulation register name>.RecalcTotalsForPeriod

Syntax:

RecalcTotalsForPeriod(<BeginOfPeriod>, <EndOfPeriod>)

Parameters:

<BeginOfPeriod> (optional)

Type: Date.
Start of recalculation period. If the parameter is not specified, recalculation starts from the very beginning.

<EndOfPeriod> (optional)

Type: Date.
End of recalculation period. If the parameter is not specified, recalculation is done till the end.

Description:

Completely recalculates the accumulation register totals.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

Registrs.Balance.RecalcTotalsForPeriod(,BegOfMonth(CurrentDate()));

    

1C:Enterprise Developer's Community