Share via


InventValueReportPopulateSubcontracted.findReportLine Method [AX 2012]

Retrieves the report line that corresponds to the specified view line and line type.

Syntax

private InventValueReportTmpLine findReportLine(
    InventValueReportLineType _lineType, 
    InventValueReportSubContUnionAll _subContTransView, 
    InventSiteId _inventSiteId)

Run On

Server

Parameters

Return Value

Type: InventValueReportTmpLine Table
A record from the InventValueReportTmpLine table.

See Also

Reference

InventValueReportPopulateSubcontracted Class