Share via


InventInventoriedPolicy::addStockedProductRangeToInventTable Method [AX 2012]

Adds a range for the StockedProduct field of the InventModelGroup table to the _inventTableQBDS parameter.

Syntax

client server protected static void addStockedProductRangeToInventTable(QueryBuildDataSource _inventTableQBDS, [str _stockedProductValue])

Run On

Called

Parameters

  • _stockedProductValue
    Type: str
    The value to use on the StockedProduct range.

Remarks

The added range that is on an item model group is joined with the InventTable table.

See Also

Reference

InventInventoriedPolicy Class