I have two attributes on a Form, Vendor_Number and Vendor_Name. I have a Vendor BO linked to an external SQL DB. Whats the best way to incorporate the External data? I thought a "Search Icon" next to the Vendor_Number text box, but can't seem to figure out how to make that work. The user May know the number, so type it in and "on change" lookup the Name and return it to the Name attribute? Or the user may need to open a search form, using what they know of Number OR Name, select the record and then want the Number and Name field to populate with their selection.
I've loaded some of the sample apps, but not finding any examples there.