CalculationRegisterManager.<Calculation register name>.SelectByRecorder

Syntax:

SelectByRecorder(<Recorder>)

Parameters:

<Recorder> (required)

Type: DocumentRef.
Document by which register records will be selected.

Returned value:

Type: CalculationRegisterSelection.

Description:

Makes a calculation register records selection.

Availability:

Server, thick client, external connection.

Example:

Movements = CalculationRegisters.AverageEarningsCalculation.SelectByRecorder(Ref);

    

1C:Enterprise Developer's Community