WHEN envelope:parties.supplier.industry.list_id == 'ISIC';
WHEN envelope:parties.supplier.industry.value == 'G4711';
WHEN item:classification.list_name == 'UNSPSC';
WHEN item:classification.value == '506505';
Shoulldn't .list_id and .list_name both be either one or the other? Probably .list_name is best since _id tends to refer to a more structured _id system and these are just acronyms.
Looking at:
Shoulldn't .list_id and .list_name both be either one or the other? Probably .list_name is best since _id tends to refer to a more structured _id system and these are just acronyms.