InventCostTransCostList.insert Method [AX 2012]
Inserts an InventCostTransVariance record into the RecordSortedList object.
Syntax
public boolean insert(InventCostTransVariance _inventCostTransVariance, [boolean _updateIfExist])
Run On
Called
Parameters
- _inventCostTransVariance
Type: InventCostTransVariance Table
The InventCostTransVariance record that is to be inserted.
- _updateIfExist
Type: boolean
A Boolean parameter that is passed to the ins method of the RecordSortedList class; optional.
Return Value
Type: boolean
A Boolean value that is the return value for the ins method of the RecordSortedList class.
Remarks
The ins method of the RecordSortedList class is called to insert the record in the RecordSortedList object.