InventMov_Virtuel.parmTransType Method [AX 2012]

Gets or sets the TransType parameter.

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 InventTransType parmTransType([InventTransType _transType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public InventTransType parmTransType([InventTransType _transType])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected InventTransType parmTransType([InventTransType _transType])

  Microsoft Dynamics AX 2012 (FPK)
          protected InventTransType parmTransType([InventTransType _transType])

  Microsoft Dynamics AX 2012 (SYS)
          protected InventTransType parmTransType([InventTransType _transType])

Run On

Called

Parameters

Return Value

Type: InventTransType Enumeration
The value of the TransType parameter.

See Also

Reference

InventMov_Virtuel Class