BOMCalcGroup::stopExplodePrice Method
Checks if the sub items on the Bill of Materials (BOM) item should be expanded.
Syntax
client server public static ItemStopExplodePrice stopExplodePrice(
BOMCalcGroup _bomCalcGroup,
InventTable _inventTable,
InventDimId _inventDimId,
InventSiteId _newSiteId)
Run On
Called
Parameters
- _bomCalcGroup
Type: BOMCalcGroup Table
The BOM calculation group.
- _inventTable
Type: InventTable Table
The inventory table.
- _inventDimId
Type: InventDimId Extended Data Type
The dimension ID.
- _newSiteId
Type: InventSiteId Extended Data Type
The specific site that might be different from the inventory dimension ID.
Return Value
Type: ItemStopExplodePrice Extended Data Type
true if the sub items should not be expanded; otherwise, false.