InventTable.findBomAndRouteForCoProd Method
Finds a BOM and Route data for a co-product based on the search criteria.
Syntax
public container findBomAndRouteForCoProd(
BOMRouteVersionSelect _bomRouteVersionSelect,
TransDate _searchDate,
FromQty _searchQty,
InventDim _searchInventDim)
Run On
Called
Parameters
- _bomRouteVersionSelect
Type: BOMRouteVersionSelect Enumeration
A specified BOMRouteVersionSelect BOM search principle.
- _searchDate
Type: TransDate Extended Data Type
A specified date search criterion.
- _searchQty
Type: FromQty Extended Data Type
A specified quantity search criterion.
- _searchInventDim
Type: InventDim Table
A specified InventDim search criterion.
Return Value
Type: container
A container with a BOM and Route data for a co-product based on the search criteria.