InventCostTransVarianceMap.add Method [AX 2012]
Adds the InventCostTransVariance records for a specified RecordSortedList object to the KeyCostTransVarianceMap map.
Syntax
public void add(str _parmKey, InventCostTransVarianceList _sourceVarianceList)
Run On
Called
Parameters
- _parmKey
Type: str
- _sourceVarianceList
Type: InventCostTransVarianceList Class
Remarks
The specified RecordSortedList object for which all the records belong to one key will be added to the KeyCostTransVarianceMap map. The specified _parmkey value will be used as a key value. If an entry already exists for the key, the given RecordSortedList object and the stored RecordSortedList object will be merged.