Share via


InventCostTransCostList.find Method [AX 2012]

Finds an InventCostTransVariance record in the RecordSortedList object.

Syntax

public boolean find(InventCostTransVariance _inventCostTransVariance)

Run On

Called

Parameters

Return Value

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

Remarks

The find method of the recordSortedList class is called to find the given record in the RecordSortedList object.

See Also

Reference

InventCostTransCostList Class