Share via


InventValueReportPopulateSubcontracted.updateReportLineBalance Method [AX 2012]

Updates the balance in the specified report line.

Syntax

private void updateReportLineBalance(
    InventValueReportTmpLine _tmpReportLine, 
    int _sign, 
    InventValueReportSubContUnionAll _subContTransView)

Run On

Server

Parameters

  • _sign
    Type: int
    The sign of the operation; +1 or -1.

See Also

Reference

InventValueReportPopulateSubcontracted Class