InventValueReportSubContBalance::qty Method [AX 2012]

Specifies the formula to use when calculating the Qty field of the InventValueReportSubContBalance view.

server public static str qty()

Run On

Server

Return Value

Type: str
A string that contains the quantity.

The calculated quantity will be the sum of the quantities that are reported as good from the records in the ProdRouteTable table that are associated to the current record with a negative sign.

The quantities reported with error are ignored because the field is not used in the lean subcontracting scenario.

Show: