I have a form with 6 lookup rules.
- The first rule validates an account number and pin, then fills in a field with the result. This part always works.
- The remaining 5 rules do a lookup on that result field against 5 different tables. The first 3 rules reliably return results. The last 2 rules often don't until I go back to rule 1 and click autofill again, then everything usually behaves as designed.
Is there an issue with having too many lookups happening at the same time? This happens in production Forms 10.0.0.1201 and my test server Forms 10.1.0.642.
Thanks!