InventValueReportSubContFinTransaction::qty Method [AX 2012]

Specifies the formula to use when calculating the Qty field of the InventValueReportSubContFinTransaction 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 quantities that are reported as good from records in the ProdRouteTable table, which are associated to the current record with negative sign.

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

Show: