Share via


InventJournalTrans.pdsDispositionStatus Method

Gets the batch disposition status associated with the InventJournalTrans record.

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
          public PdsBatchDispositionStatus pdsDispositionStatus([InventDim _inventDim, InventDim _toInventDim])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public PdsBatchDispositionStatus pdsDispositionStatus([InventDim _inventDim, InventDim _toInventDim])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          display PdsBatchDispositionStatus pdsDispositionStatus()

  Microsoft Dynamics AX 2012 (FPK)
          display PdsBatchDispositionStatus pdsDispositionStatus()

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    An InventDim buffer from which the batch id can be used if it is specified. This parameter is optional.
  • _toInventDim
    Type: InventDim Table
    An InventDim buffer for the to-dimension from which the batch id can be used if it is specified. This parameter is optional.

Return Value

Type: PdsBatchDispositionStatus Extended Data Type
The disposition status associated with the InventJournalTrans record.

See Also

Reference

InventJournalTrans Table