InformationRegisterRecordManager.<Information register name>.Read

Syntax:

Read()

Description:

Reads the information register record with the key field values specified, including separators with data sepation level IndependentlyAndSimultaneously, in which content the register is included. At the same time, if you specify the separator value not equal to the one used in session or if you do not specify the one used in sesstion, Selected returns False.

Availability:

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

Example:

Rate = InformationRegisters.ExchangeRates.CreateRecordManager();
Rate.Currency = SelCurrency;
Rate.Period = CurrentDate();
Rate.Read();


    

1C:Enterprise Developer's Community