InventBatch::pdsCheckDisposition Method
Checks the disposition master settings and displays the selected options in an infolog.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static void pdsCheckDisposition(
InventBatchId _inventBatchId,
ItemId _itemId,
[PdsDispDisplayType _displayType])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static void pdsCheckDisposition(
InventBatchId _inventBatchId,
ItemId _itemId,
[PdsDispDisplayType _displayType])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static boolean pdsCheckDisposition(
InventBatchId _inventBatchId,
ItemId _itemId,
[PdsDispDisplayType _displayType])
Microsoft Dynamics AX 2012 (FPK)
client server public static boolean pdsCheckDisposition(
InventBatchId _inventBatchId,
ItemId _itemId,
[PdsDispDisplayType _displayType])
Run On
Called
Parameters
- _inventBatchId
Type: InventBatchId Extended Data Type
The batch id.
- _itemId
Type: ItemId Extended Data Type
The item id.
- _displayType
Type: PdsDispDisplayType Enumeration
The type of disposition options to show; optional.
Remarks
The method no longer returns a boolean value indicating if lines were added to the infolog.
Use the Global::infologLine() API determine if lines were added.