I have a product entry form, which is used to enter an item into a DataGrid. The product entry form has a Warehouse and Product field.
I need to ensure the product is held within the database, I know how to validate a field against the database; the added complication I have to know the warehouse values and product value in order to validate the product.
How do I get both values; from the server event; the args parameter only seems to give me access to one field.
Many Thanks, Dave
I need to ensure the product is held within the database, I know how to validate a field against the database; the added complication I have to know the warehouse values and product value in order to validate the product.
How do I get both values; from the server event; the args parameter only seems to give me access to one field.
Many Thanks, Dave