PdsBatchSearch::sortBatchSetBySequenceList Method [AX 2012]

Sorts a list of dimensions for the item according to the sequence list that is specified for the warehouse order.

server public static List sortBatchSetBySequenceList(Set _foundDims, List _reservationSequenceList)

Run On

Server

Parameters

_foundDims
Type: Set Class
The set of dimensions that are required to be sorted.
_reservationSequenceList
Type: List Class
The list of rules to use for sorting the dimensions.

Return Value

Type: List Class
A list that has the sorted batches.
Show: