Hi All,
I've created a custom BO, and in this custom BO I have a "products" node with relation 0 .. n, in this node I have an element with quantity data type, where I want to store the quantity and the unit code. So in the QC view, depending on the product the dropdown should show some unit code values "The unit code values I want to display are the ones set in the product quantity conversion". I know I can achieve this with "codelist context mapping", however I only manage to filter by these two:

When I tried to use QuantityTypeCode Mapping parameter, I just can't on more than one value, however in quantity conversion more than one unit code may have beeen configured.
So how can I achive my goal? is there another way to do it?.