InventCostTransVarianceList.insert Method [AX 2012]
Inserts a given InventCostTransVariance record to the RecordSortedList object.
Syntax
public boolean insert(InventCostTransVariance _inventCostTransVariance, [boolean _updateIfExist])
Run On
Called
Parameters
- _inventCostTransVariance
Type: InventCostTransVariance Table
- _updateIfExist
Type: boolean
Return Value
Type: boolean
The return value of the ins method for the RecordSortedList class.
Remarks
The ins method of the RecordSortedList class will be called to insert the given record in the RecordSortedList object.