Hi Everyone,
Our form has several methods that get triggered on "onlookupcomplete" event, which is a custom JS event listener that runs whenever a lookup is complete. One of those methods displays an error message when no results were returned by the lookup. The problem is that Form seems to trigger lookup when the page initially loads so we get this message by default. I want lookup to run only when the user actually triggers a lookup (i.e. click on autofill). Does anyone know how to get around this issue?
Thank you in advance!