Share via


FormletterJournalPost.createInventReportDimHistory Method [AX 2012]

Creates a record in the InventReportDimHistory table.

Syntax

protected InventQty createInventReportDimHistory(
    InventTransId _inventTransId, 
    InventDimId _inventDimId, 
    InventTransRefId _transRefId, 
    InventQty _transactionQty, 
    InventQty _qtyRemain)

Run On

Server

Parameters

Return Value

Type: InventQty Extended Data Type
An inventory quantity.

See Also

Reference

FormletterJournalPost Class