PdsBatchSearch::newStandard Method [AX 2012]

Initializes a PdsBatchSearch object.

server public static PdsBatchSearch newStandard(
    InventTable _inventTable, 
    InventTransId _inventTransId, 
    InventDim _inventDimCriteria, 
    List _reservationSequenceList)

Run On

Server

Parameters

_inventTable
Type: InventTable Table
A InventTable record that represents the item.
_inventTransId
Type: InventTransId Extended Data Type
A string value that holds an inventory transaction ID.
_inventDimCriteria
Type: InventDim Table
A InventDim record that represents the inventory dimensions that the search must be limited to.
_reservationSequenceList
Type: List Class
A list that contains the ordered reservation sequence.

Return Value

Type: PdsBatchSearch Class
A PdsBatchSearch object.
Show: