PdsBatchSearch::findMatchingBatchList Method [AX 2012]

Filters the batches from the list of dimensions from the specified set that match the warehouse and the reservation logic.

server public static List findMatchingBatchList(
    Set _foundDims, 
    InventLocationId _warehouse, 
    WMSReservationMethodInternal _reservationMethod)

Run On

Server

Parameters

_foundDims
Type: Set Class
The Set of dimensions to filter.
_warehouse
Type: InventLocationId Extended Data Type
The location where the batches should be added.
_reservationMethod
Type: WMSReservationMethodInternal Enumeration
The logic that the batch should be matching.

Return Value

Type: List Class
A list that contains the dimensions that match the reservation logic.
Show: