InventUpdate.parmAllowReserveOrdered Method [AX 2012]
Gets or sets the AllowReserveOrdered 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 boolean parmAllowReserveOrdered([boolean _allowReserveOrdered])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean parmAllowReserveOrdered([boolean _allowReserveOrdered])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean parmAllowReserveOrdered([boolean _ok])
Microsoft Dynamics AX 2012 (FPK)
public boolean parmAllowReserveOrdered([boolean _ok])
Microsoft Dynamics AX 2012 (SYS)
public boolean parmAllowReserveOrdered([boolean _ok])
Run On
Server
Parameters
- _allowReserveOrdered
Type: boolean
The value to set.
Return Value
Type: boolean
The value of the AllowReserveOrdered parameter.