CalculationRegisterRecordSet.<Calculation register name>.Read
Syntax:
Description:
Availability:
Example:
Registr = CalculationRegisters.FocalChargesEmployeesOrg; RecordsSet = Registr.CreateRecordSet(); RecordsSet.Filter.Recorder.Value = Document.Recorder; RecordsSet.Read(); |