Share via


InventCostTransCostList.delete Method [AX 2012]

Deletes an InventCostTransVariance record from the RecordSortedList object.

Syntax

public boolean delete(InventCostTransVariance _inventCostTransVariance)

Run On

Called

Parameters

Return Value

Type: boolean
A Boolean value which is the return value from the del method of the RecordSortedList class.

Remarks

The del method of the RecordSortedList class will be called to remove the given record from the RecordSortedList object

See Also

Reference

InventCostTransCostList Class