Share via


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

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.

See Also

Reference

InventBatch Table