RecalculationManager.<Recalculation name>.CreateRecordSet
Syntax:
Returned value:
Description:
Availability:
Note:
Example:
Registr = CalculationRegisters.FocalCharges.Recalculations; RecordsSet = Registr.Recalculation.CreateRecordSet(); RecordsSet.Filter.RecalculationObject.Value = Document; RecordsSet.Filter.PhysPerson.ComparisonType = ComparisonType.InList; RecordsSet.Filter.PhysPerson.Value = PhysPersonsList; RecordsSet.Filter.PhysPerson.Use = True; RecordsSet.Write(); |