Share via


InventAgingReportLines.findOrCreate Method [AX 2012]

Finds or creates a line on the report.

Syntax

public InventAgingTmp findOrCreate(
    ItemGroupId _itemGroupId, 
    ItemId _itemId, 
    ItemName _itemName, 
    UnitOfMeasureSymbol _unit, 
    InventDim _inventDim)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The InventDim buffer with the inventory dimensions to find.

Return Value

Type: InventAgingTmp Table
The specified InventAgingTmp buffer representing a line on the report.

See Also

Reference

InventAgingReportLines Class