Hello,
I am currently creating a configurator that allows me to generate custom products. To do this, I need to create a specific product number for each product.
So, in my code I define a product number according to the user's choices and then assign it to InventTable.ItemId . The problem is that there is always a sequence of numbers at the end of this number. Is it possible to not generate this number sequence? And is it a problem to have an item with the same item number?
Thank you.