We have a form that is used for new hires with an applicant id and current employees with an employee id. The new hires do not get an employee id until their first day. The employee id and applicant id fields are stored in different tables and are not related. I have a field where they can put in an employee id and if it finds a match it fills in fields with their first and last names. I have a different field where they can put in their applicant id and if it finds a match it fills in the same two fields with their first and last names.
The issue is when it fills by employee id it fills in the fields with the appropriate info for a split second and then blanks them out. When they fill in the application id it fills in the fields correctly. This is because the order for the Lookup Rules is by Employee ID first and then Application ID second. If I switch their order then the results are opposite.
Is there a way to fill the same fields from two different lookups or do I need to create duplicate first and last name fields and just hide the ones that aren't filled? It would be nice where we had more control over these lookup rules so we don't have to duplicate work.