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.
This member overrides the setSplitSettledAmount Method.
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 void setSplitSettledAmount(
InventTrans _transFrom,
InventQty _splitQty,
InventQty _totalQty,
InventTrans _transTo,
PdsCWInventQty _cwTotalQty,
PdsCWInventQty _cwQty)
Microsoft Dynamics AX 2012 R2 (SYS)
public void setSplitSettledAmount(
InventTrans _transFrom,
InventQty _splitQty,
InventQty _totalQty,
InventTrans _transTo,
PdsCWInventQty _cwTotalQty,
PdsCWInventQty _cwQty)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void setSplitSettledAmount(
InventTrans _transFrom,
InventQty _splitQty,
InventQty _totalQty,
InventTrans _transTo,
PdsCWInventQty _cwTotalQty,
PdsCWInventQty _cwQty)
Microsoft Dynamics AX 2012 (FPK)
public void setSplitSettledAmount(
InventTrans _transFrom,
InventQty _splitQty,
InventQty _totalQty,
InventTrans _transTo)
Microsoft Dynamics AX 2012 (SYS)
public void setSplitSettledAmount(
InventTrans _transFrom,
InventQty _splitQty,
InventQty _totalQty,
InventTrans _transTo)
Run On
Called
Parameters
- _transFrom
Type: InventTrans Table
- _splitQty
Type: InventQty Extended Data Type
- _totalQty
Type: InventQty Extended Data Type
- _transTo
Type: InventTrans Table
- _cwTotalQty
Type: PdsCWInventQty Extended Data Type
- _cwQty
Type: PdsCWInventQty Extended Data Type