Hi guys,
We have several hundred items in a SQL table that have two main references: the Item ID, and/or the Item Name.
We want to use a Form to be able to fill the other item detail fields from a lookup against the SQL table using either the Item ID, or the Item Name.
Normally, I would set up a Lookup Rule for the lookup against the reference field and then fill the remaining (matching) fields on the form. In this case however, sometimes only the Item ID is known, and sometimes only the Item Name is known. If a user knows the Item ID then I need to be able to fill the Item Name field from the lookup rule as well as all the other fields based on the Item ID lookup, however if they only know the Item Name, then I need the lookup to fill the Item ID field as well as the other fields.
I don't want to create a lookup loop between the ID and Name fields, is there a recommended approach to this type of scenario?
Thanks,
Mike