Use Case:
We want to:
Dynamically determine how many units of a bundle item can be assembled based on current on-hand inventory of its subcomponents.
Use this calculated bundle quantity to display available stock on retail sites or e-commerce platforms
Example Scenario:
Bundle Item: XXXX
BOM Configuration:
BOM Line 1: Item YYYY
– Required Qty: 1 – On-hand Qty: 50
BOM Line 2: Item ZZZZ
– Required Qty: 1 – On-hand Qty: 50
In this case, we want the system to show that bundle item XXXX
has 50 units available, as both components are available in sufficient quantity to assemble 50 bundles.
Thank you