InformationRegisterRecordSet.<Information register name>.Move

Syntax:

Move(<Record>, <Offset>)

Parameters:

<Record> (required)

Type: Number; InformationRegisterRecord..
Index of the record being shifted or the record itself.

<Offset> (required)

Type: Number.
Number of positions by which the record should be shifted. A positive value corresponds to shifting of the record toward the end of the recordset list (increasing the index), and a negative value corresponds to shifting toward the beginning.

Description:

Shifts a record in the set by a specified number of positions.

Availability:

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

Note:

You can use this method only for an information register record set where the records are subordinate to the recorder.

    

1C:Enterprise Developer's Community