Share via


BOMMap.inventDimFinal Method

Calculates the final inventory dimensions for a bills of materials line.

Syntax

public InventDim inventDimFinal(
    ItemId _parentItemId, 
    InventDim _parentInventDim, 
    RouteId _routeId, 
   [InventTable _inventTable, 
    OprNum _oprNum, 
    WrkCtrConsumption _wrkCtrConsumption])

Run On

Called

Parameters

  • _parentInventDim
    Type: InventDim Table
    A record of type InventDim that holds the inventory dimensions related to the parent item.
  • _inventTable
    Type: InventTable Table
    An InventTable record containing the item data for the BOM item.

Return Value

Type: InventDim Table
A record of type inventDim that holds the inventory dimensions the current bills of materials line must have.

Remarks

A bill of materials line can be defined without all inventory dimensions specified.

The missing inventory dimensions can first be determined when:

  • The parent item is specified.

  • The inventory dimensions for the parent item is fully specified.

  • The routeID that should be used to make the parent item can be found.

  • The operation number is known

  • The resource consumption setting is known

See Also

Reference

BOMMap Map