Simple job that will create a product master, it's variant and then release it 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ...
Simple job that will create a product master, it's variant and then release it 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ...
I recently came along with an interesting behavior in the system. When you create a product master which has let's say 2 variants, VAR1 and VAR2. Each of this variant has a configuration associated to it CONF1 and CONF2. If we say product master is PM01 then we have the following matrix:PM01 -> VAR1 -> CONF1PM01 -> VAR2 -> CONF2What's interesting about it is - at this point, VAR1 ...