Hi, I need to to display a field only if the Supplier number matching on
in a list of values some like
if(FormPurchaseOrderRequest.frmShipAndBill.frmInfoBlock.txtSupplierID
matches on of these values ('Y78DC','4568','PEN_V7','PNX_45','DC567'))
then this.presence = "visible"; else this.presence = "hidden"; endif