ProdTable::validateBOMId Method
Validates a bill of materials ID.
Syntax
client server public static boolean validateBOMId(
BOMId _bomId,
ItemId _itemId,
InventDim _inventDim)
Run On
Called
Parameters
- _bomId
Type: BOMId Extended Data Type
The bill of materials ID to check.
- _itemId
Type: ItemId Extended Data Type
The item ID of the item to check.
- _inventDim
Type: InventDim Table
The inventory dimension to check.
Return Value
Type: boolean
true if the bill of materials ID is valid; otherwise, false.