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

Question

Question

Feature Request: A custom event that fires when all lookups are completed

asked on May 1, 2016

We have a lot of forms where we have to run various JavaScript functions after all lookups have been completed. Currently, this requires a lot of extra "cruft", e.g. hidden fields, polling the DOM regularly to see if they have values (i.e. coming from lookups), change event handlers attached to multiple fields, etc.

It would be great if Forms provided a custom event that fired when all lookups completed, so that we could do something like this:

$("#form1").on("lookups-complete", function() {
    //etc.
});

More information on custom events can be found here.

Thanks for reading.

6 0

Replies

replied on October 16, 2016

Have you found this thread? Forms 10 update 2 includes a callback for the lookup.   https://answers.laserfiche.com/questions/108471/Can-we-get-a-lookups-complete-custom-event-listener-please

 

 

 

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

Sign in to reply to this post.