We have a configurator setup to order products, but we want to give the user option to only order hardware. What would be the best way to setup something like this? Add a checkbox function? If so, how would that checkbox need to be linked to eliminate everything except hardware?
That would work, using the checkbox. Use the configurator rules to say if that is true then send only these. How that is done is dependent on your BOM setup. I’ve done this in the past displaying component hardware parts in a list and if those were selected I had extra operations to run for that only creating a part on the fly. I did that method since I had superBOM style in those and didn’t want to add rules to every mtl. So I created an extra operation say “offline” or whatever that had a palceholder that had a placeholder part(s) I changed for whatever hardware component they needed.
1 Like