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 InventSettlement updateClosingCosting(
InventTrans _receipt,
InventTrans _issue,
Qty _settleQty,
InventSettleModel _inventSettleModel,
[InventSettlement _reuseSettlement,
PdsCWSettled _pdsCWSettled])
Microsoft Dynamics AX 2012 R2 (SYS)
protected InventSettlement updateClosingCosting(
InventTrans _receipt,
InventTrans _issue,
Qty _settleQty,
InventSettleModel _inventSettleModel,
[InventSettlement _reuseSettlement,
PdsCWSettled _pdsCWSettled])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected InventSettlement updateClosingCosting(
InventTrans _receipt,
InventTrans _issue,
Qty _settleQty,
InventSettleModel _inventSettleModel,
[InventSettlement _reuseSettlement,
PdsCWSettled _pdsCWSettled])
Microsoft Dynamics AX 2012 (FPK)
protected InventSettlement updateClosingCosting(
InventTrans _receipt,
InventTrans _issue,
Qty _settleQty,
InventSettleModel _inventSettleModel,
[InventSettlement _reuseSettlement])
Microsoft Dynamics AX 2012 (SYS)
protected InventSettlement updateClosingCosting(
InventTrans _receipt,
InventTrans _issue,
Qty _settleQty,
InventSettleModel _inventSettleModel,
[InventSettlement _reuseSettlement])
Run On
Called
Parameters
- _receipt
Type: InventTrans Table
- _issue
Type: InventTrans Table
- _settleQty
Type: Qty Extended Data Type
- _inventSettleModel
Type: InventSettleModel Enumeration
- _reuseSettlement
Type: InventSettlement Table
- _pdsCWSettled
Type: PdsCWSettled Extended Data Type