AccountingRegisterRecordSet.<Accounting register name>.Read
Syntax:
Description:
Availability:
Example:
Reg = AccountingRegisters.SelfSupporting; RecordsSet = Reg.CreateRecordSet(); RecordsSet.Filter.Recorder.Value = Document.Recorder; RecordsSet.Read(); |