Share via


BOMReportFinish.getInventDimsAndQtyFromTransId Method [AX 2012]

Finds previously used inventory dimensions and distributes a quantity for each of these dimensions based on the previous ratio.

Syntax

protected Map getInventDimsAndQtyFromTransId(InventJournalTrans _jourTrans)

Run On

Server

Parameters

Return Value

Type: Map Class
A map that holds inventory dimensions IDs and the calculated quantities.

Exceptions

Exception Condition
Error

The quantity could not be distributed to inventory dimensions.

See Also

Reference

BOMReportFinish Class