You are viewing limited content. For full access, please sign in.

Question

Question

onloadlookupfinished Not Completing

asked on April 23, 2019

I just upgraded to Forms 10.4 and have been using "onloadlookupfinished" just fine in 10.3.1 in conjunction with several rules that fill several different tables. 

After going to 10.4, "onloadlookupfinished" is firing correctly if the Lookup Rules that fill the tables are returning a value.  The issue is that if any of the tables do not have values yet, it never finishes loading.  I verified by putting an alert in JS in "onloadlookupfinished". 

    $(document).on("onloadlookupfinished", function(event) {
    alert('Hi');  
    });

When the rule that had 0 returned results was

  • Enabled, the alert never popped up
  • Disabled, the alert popped up
  • Updated to have 1 or more returned results and was enabled, the alert popped up

 

Anyone have any ideas or has run into a similar issue?

0 0

Replies

replied on June 12, 2019

Has no one else seen this issue in 10.4?  I have another form that is reliant on this that never triggers because "onloadlookupfinished" never seems to run.

0 0
replied on July 29, 2019

I have been using 'lookupcomplete' but in 10.4 I get a slightly different issue. The alert pops up correctly but the fields seems to be not yet filled, making it so I am unable to use JS to pull the data from the fields. 

0 0
replied on August 21, 2019

I have noticed that when using Internet Explorer, the onloadlookupfinished does not trigger. All other browsers are fine. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.