InformationRegisterManager.<Information register name>.CreateRecordSet

Syntax:

CreateRecordSet()

Returned value:

Type: InformationRegisterRecordSet.

Description:

Creates the information register record set. Created record set is empty.

Availability:

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

Note:

Created record set is empty.

Example:

ExchangeRates  = InformationRegisters.ExchangeRates;
RatesSet = ExchangeRates.CreateRecordSet();


    

1C:Enterprise Developer's Community