Share via


InventCostTransVarianceList.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
The return value of the del method from the recordSortedList class.

Remarks

The del method of the RecordSortedList class is called to remove the given record from the RecordSortedList object.

See Also

Reference

InventCostTransVarianceList Class