InformationRegisterRecordSet.<Information register name>.Insert

Syntax:

Insert(<Index>)

Parameters:

<Index> (required)

Type: Number.
Index of the position where you want to insert a new record.

Returned value:

Type: InformationRegisterRecord.
Created register record.

Description:

Inserts a new record into the specified position in the set.

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.

Example:

NewPrice = RivasPriceslSet.Insert(0);

    

1C:Enterprise Developer's Community