InventMov_Prod.pmfSetMinMaxQty Method [AX 2012]
Calculates the transaction quantity.
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 Qty pmfSetMinMaxQty(
[boolean _showUsrDialog,
boolean _useDefaultOrderSetup,
boolean _doMinQtyCheck,
boolean _doMaxQtyCheck])
Microsoft Dynamics AX 2012 R2 (SYS)
public Qty pmfSetMinMaxQty([boolean _showUsrDialog, boolean _useDefaultOrderSetup])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public Qty pmfSetMinMaxQty([boolean _showUsrDialog, boolean _useDefaultOrderSetup])
Microsoft Dynamics AX 2012 (FPK)
public Qty pmfSetMinMaxQty([boolean _showUsrDialog, boolean _useDefaultOrderSetup])
Run On
Called
Parameters
- _showUsrDialog
Type: boolean
A Boolean value that indicates whether to show a user dialog box.
- _useDefaultOrderSetup
Type: boolean
A Boolean value that indicates whether to use the default order setup of the item.
- _doMinQtyCheck
Type: boolean
- _doMaxQtyCheck
Type: boolean
Return Value
Type: Qty Extended Data Type
The transaction quantity.