InventCostTransCostList.summarize Method [AX 2012]
Summarizes a given cost list to the RecordSortedList object.
Syntax
public void summarize(InventCostTransCostList _sourceList, [Qty _qty])
Run On
Called
Parameters
- _sourceList
Type: InventCostTransCostList Class
The InventCostTransVarianceList record that must be added.
- _qty
Type: Qty Extended Data Type
The quantity that will be used to multiply the cost amount of the source list; optional.
Remarks
Each record that is stored in the source list is added to the cost list by calling the add method.