FormletterJournalPost.createInventReportDimHistory Method [AX 2012]
Creates a record in the InventReportDimHistory table.
protected InventQty createInventReportDimHistory(
InventTransId _inventTransId,
InventDimId _inventDimId,
InventTransRefId _transRefId,
InventQty _transactionQty,
InventQty _qtyRemain)
Run On
ServerParameters
- _inventTransId
- Type: InventTransId Extended Data Type
An inventory transaction ID.
- _inventDimId
- Type: InventDimId Extended Data Type
An inventory dimension ID.
- _transRefId
- Type: InventTransRefId Extended Data Type
A reference ID.
- _transactionQty
- Type: InventQty Extended Data Type
A transaction quantity.
- _qtyRemain
- Type: InventQty Extended Data Type
The remaining quantity.
Community Additions
ADD
Show: