Share via


InventJournalTrans.pdsDispositionCode Method

Gets the batch disposition code 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 PdsBatchDispositionCode pdsDispositionCode([InventDim _inventDim, InventDim _toInventDim])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public PdsBatchDispositionCode pdsDispositionCode([InventDim _inventDim, InventDim _toInventDim])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          display PdsBatchDispositionCode pdsDispositionCode()

  Microsoft Dynamics AX 2012 (FPK)
          display PdsBatchDispositionCode pdsDispositionCode()

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: PdsBatchDispositionCode Extended Data Type
The disposition code associated with the InventJournalTrans record.

See Also

Reference

InventJournalTrans Table