InformationRegisterRecordManager.<Information register name>.Read
Syntax:
Description:
Availability:
Example:
Rate = InformationRegisters.ExchangeRates.CreateRecordManager(); Rate.Currency = SelCurrency; Rate.Period = CurrentDate(); Rate.Read(); |
Syntax:
Description:
Availability:
Example:
Rate = InformationRegisters.ExchangeRates.CreateRecordManager(); Rate.Currency = SelCurrency; Rate.Period = CurrentDate(); Rate.Read(); |