SalesLine.returnLineArrivalUpdate Method
Determines based on the sign of the parameter if called as part of a registration or a cancellation and call the appropriate instance 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 returnLineArrivalUpdate(
InventQtyRegistered _inventQty,
PdsCWQtyRegistered _cwQty,
[InventDim _inventDim])
Microsoft Dynamics AX 2012 R2 (SYS)
public void returnLineArrivalUpdate(
InventQtyRegistered _inventQty,
PdsCWQtyRegistered _cwQty,
[InventDim _inventDim])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void returnLineArrivalUpdate(
InventQtyRegistered _inventQty,
PdsCWQtyRegistered _cwQty,
[InventDim _inventDim])
Microsoft Dynamics AX 2012 (FPK)
public void returnLineArrivalUpdate(InventQtyRegistered _inventQty, [InventDim _inventDim])
Microsoft Dynamics AX 2012 (SYS)
public void returnLineArrivalUpdate(InventQtyRegistered _inventQty, [InventDim _inventDim])
Run On
Called
Parameters
- _inventQty
Type: InventQtyRegistered Extended Data Type
An InventQtyRegistered data type.
- _cwQty
Type: PdsCWQtyRegistered Extended Data Type
An arrived quantity in catch weight unit.
- _inventDim
Type: InventDim Table
An InventDim table buffer, optional.
Exceptions
Exception | Condition |
---|---|
Error | Function returnLineArrivalUpdate has been incorrectly called. |