Share via


InventItemCostGroupRollupList.insert Method [AX 2012]

Inserts a given InventItemCostGroupRollup record to the recordSortedList.

Syntax

public boolean insert(InventItemCostGroupRollup _inventItemCostGroupRollup, [boolean _updateIfExist])

Run On

Called

Parameters

Return Value

Type: boolean
The return value of the ins method of the recordSortedList class.

Remarks

The ins method of the recordSortedList class will be called to insert the given record in the recordSortedList.

See Also

Reference

InventItemCostGroupRollupList Class