PdsResetDispositionStatus::setBatchDispositionCode Method [AX 2012]

Sets the disposition code for the specified batch ID.

client server public static void setBatchDispositionCode(
    ItemId _itemId, 
    InventBatchId _inventBatchId, 
    PdsBatchDispositionCode _dispositionCode, 
   [WHSUserId _whsUserId])

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
The item ID.
_inventBatchId
Type: InventBatchId Extended Data Type
The inventory batch ID.
_dispositionCode
Type: PdsBatchDispositionCode Extended Data Type
The disposition code to be assigned to the batch.
_whsUserId
Type: WHSUserId Extended Data Type
The executing user ID; optional.
Show: