InventTrans.updateSplit Method
Splits InventTrans record.
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 InventTrans updateSplit(
InventQty _splitQty,
[PdsCWInventQty _cwQty,
boolean _splitLink,
boolean _splitOnlyReversalLink])
Microsoft Dynamics AX 2012 R2 (SYS)
public InventTrans updateSplit(
InventQty _splitQty,
[PdsCWInventQty _cwQty,
boolean _splitLink,
boolean _splitOnlyReversalLink])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public InventTrans updateSplit(InventQty _splitQty, [PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 (FPK)
public InventTrans updateSplit(InventQty _splitQty)
Microsoft Dynamics AX 2012 (SYS)
public InventTrans updateSplit(InventQty _splitQty)
Run On
Called
Parameters
- _splitQty
Type: InventQty Extended Data Type
Inventory qty to split.
- _cwQty
Type: PdsCWInventQty Extended Data Type
Catch waight qty to split.
- _splitLink
Type: boolean
If true, related TransLink_RU records are splitted too.
- _splitOnlyReversalLink
Type: boolean
If true, related TransLink_RU records are splitted only for links where splitted InventTrans record is reversal.
Return Value
Type: InventTrans Table
InventTrans record, the new part of the splitted InventTrans record.