Share via


BOMReportFinishBase.pdsCWCalcQty Method [AX 2012]

Calculates the consumption if the values are catch weight and inventory quantities.

Syntax

public container pdsCWCalcQty(
    BOMSearch _search, 
    BOMCalcData _parentBOMCalcData, 
    InventTable _inventTable)

Run On

Server

Parameters

  • _search
    Type: BOMSearch Class
    A BOMSearch object that is used to retrieve the BOM record.
  • _parentBOMCalcData
    Type: BOMCalcData Class
    A BOMCalcData object that is used in BOM consumption calculation.
  • _inventTable
    Type: InventTable Table
    The item record that is used to calculate rounding.

Return Value

Type: container
The calculate quantity fields. Inventory quantity and catch weight quantity respectively.

See Also

Reference

BOMReportFinishBase Class