eval:!in_list([‘Seeds’, ‘Services’ , ‘Engineering’ , ‘Raw Material’ , ‘Produce’ , ‘Products’ , ‘By-product’ , ‘Consumable’], doc.item_group)
to hide a field on items
eval:!in_list([‘Seeds’, ‘Services’ , ‘Engineering’ , ‘Raw Material’ , ‘Produce’ , ‘Products’ , ‘By-product’ , ‘Consumable’], doc.item_group)
to hide a field on items
Try:
eval: doc.item_group in ['Seeds', 'Services', 'Engineering', 'Raw Material’ , ‘Produce’ , ‘Products’ , ‘By-product’ , ‘Consumable’]
Thanks, but I meant that it works good.