Trying to figure out the best path forward. We hav...
# inventory
r
Trying to figure out the best path forward. We have 10 different products,
ItemA
,
ItemB
,... each of which are matrix items with 10 options each (100 skus). We then have a service that can be applied on top of those items that itself has 200 different prints. The challange is that I need to be able to send the product & the print along to a vendor as a PO (or special order, whatever the right term here is). I know I can create an item kit, but from what I've read I'd have to pre-create every possible combination, which would be ~20,000 new SKUs, which my gut is telling me is way overkill. What is the best way forward to handle this? (comparison is pizza ordering without pre-creating a sku for every possible pizza combination)
l
Do you need to report on those 200 different prints separately? If not, I'd probably just create a generic service item and use the description or another custom field to specify which print to use.
r
we do because we need to pay licenses fees depending on what options they choose
l
If you don't want to create an item for every possible combination, maybe you can just track the print via a custom transaction line field (regular or custom record)?