Change variant of BOM part depending on parameters of main part #10172
-
I have something I want to implement but I don't know how to start or which way is the correct way. For context, I have products that I sale, they are highly customizable. For this example, I sell a video projector, my highly customizable projector would have the following options:
Behind the scene, I have a huge number of possible combinations, so ideally I would have a modular build order or something similar I was thinking of having the part "projector" with assembly. Have part parameters with all the options mentioned above, depending on the selection, adjust some part variants and make a main build order out of it. How would you solve this ? Thank you in advance for your help ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The way that the build order works, it would require a concrete "part" to be built. If you wanted, you could have a "generic" part, which has multiple "optional" BOM line items. Then, at the build order step, you can (manually) select which items to install into the generated assembly? |
Beta Was this translation helpful? Give feedback.
Yes :) I think that's the cleanest way, even if it's a bit more work at the outset