Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
protected boolean allowChangeDim(
InventOnHandQty _inventOnHandQty,
InventTrans _inventTrans,
InventDim _inventDim,
[boolean _physicalUpdate,
boolean _transactionDeleted])
Microsoft Dynamics AX 2012 R2 (SYS)
protected boolean allowChangeDim(
InventOnHandQty _inventOnHandQty,
InventTrans _inventTrans,
InventDim _inventDim,
[boolean _physicalUpdate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected boolean allowChangeDim(
InventOnhand _inventOnhand,
InventTrans _inventTrans,
InventDim _inventDim)
Microsoft Dynamics AX 2012 (FPK)
protected boolean allowChangeDim(
InventOnhand _inventOnhand,
InventTrans _inventTrans,
InventDim _inventDim)
Microsoft Dynamics AX 2012 (SYS)
protected boolean allowChangeDim(
InventOnhand _inventOnhand,
InventTrans _inventTrans,
InventDim _inventDim)
Run On
Server
Parameters
- _inventOnHandQty
Type: InventOnHandQty Class
- _inventTrans
Type: InventTrans Table
- _inventDim
Type: InventDim Table
- _physicalUpdate
Type: boolean
- _transactionDeleted
Type: boolean