AccumulationRegisterManager.<Accumulation register name>.SelectByRecorder

Syntax:

SelectByRecorder(<Recorder>)

Parameters:

<Recorder> (required)

Type: DocumentRef.
Reference to the document that is a register records recorder.

Returned value:

Type: AccumulationRegisterSelection.

Description:

Makes a selection by the accumulation register records recorder.

Availability:

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

Example:

Movements = AccumulationRegisters.Sales.SelectByRecorder(Ref);

    

1C:Enterprise Developer's Community