Share via


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

Remarks

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

See Also

Reference

InventCostTransVarianceList Class