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.
Creates a new record in the pending records table based on an inventory transaction.
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 createFromInventTransInternal(
InventTrans _inventTrans,
[InventQty _inventQty,
InventDim _inventDimHandlingUnit,
boolean _allowIfInventTransSelected,
PdsCWInventQty _inventQtyCW])
Microsoft Dynamics AX 2012 R2 (SYS)
protected boolean createFromInventTransInternal(
InventTrans _inventTrans,
[InventQty _inventQty,
InventDim _inventDimHandlingUnit,
boolean _allowIfInventTransSelected,
PdsCWInventQty _inventQtyCW])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected boolean createFromInventTransInternal(
InventTrans _inventTrans,
[InventQty _inventQty,
InventDim _inventDimHandlingUnit,
boolean _allowIfInventTransSelected,
PdsCWInventQty _inventQtyCW])
Microsoft Dynamics AX 2012 (FPK)
protected boolean createFromInventTransInternal(
InventTrans _inventTrans,
[InventQty _inventQty,
InventDim _inventDimHandlingUnit,
boolean _allowIfInventTransSelected])
Microsoft Dynamics AX 2012 (SYS)
protected boolean createFromInventTransInternal(
InventTrans _inventTrans,
[InventQty _inventQty,
InventDim _inventDimHandlingUnit,
boolean _allowIfInventTransSelected])
Run On
Client
Parameters
- _inventTrans
Type: InventTrans Table
A InventTrans record.
- _inventQty
Type: InventQty Extended Data Type
The quantity of the record to insert with inverted sign; optional.
- _inventDimHandlingUnit
Type: InventDim Table
A InventDim record to initialize the TmpInventTransWMS record from; optional.
- _allowIfInventTransSelected
Type: boolean
A Boolean value that indicates whether a record can be added multiple times; optional.
- _inventQtyCW
Type: PdsCWInventQty Extended Data Type
The catch weight quantity of the record to insert with inverted sign; optional.
Return Value
Type: boolean
true if the operation was completed successfully; otherwise, false.