WHSReservationHierarchyProvider.getDimListBatchAndAboveFromInventTable Method [AX 2012]

Builds a List containing the inventory dimensions that are batch level and above in the hierarchy.

Syntax

public List getDimListBatchAndAboveFromInventTable(InventTable _inventTable, WHSReservationHierarchySortOrder _sortOrder)

Run On

Called

Parameters

  • _inventTable
    Type: InventTable Table
    The InventTable used to determine the hierachy.

Return Value

Type: List Class
A List containing the inventory dimensions above and including the batch.

See Also

Reference

WHSReservationHierarchyProvider Class