Hi I have a form with cascading filtered list lookups. Let's call then Lookup1 and Lookup2. The selection in Lookup1 is used to filter the options in Lookup2. Due to the way the underlying is organized (unfortunately, can't be changed), there will be duplicates in Lookup2 even after the filter is applied. I have a JavaScript function to remove the duplicates. However, it needs to execute after the filtering is complete. I tried calling it in the 'change' event of Lookup1 but at that point, Lookup2 has no data in it. I can call it on the 'click' event of Lookup2 but the duplicates are still visible until Lookup2 is clicked again (e.g. duplicates are removed after the list is displayed). I need to be able to fire off the dup removal function as soon as the list has finished loading the filtered data. Is there a way to do this? Any help would be greatly appreciated!
List lookup filter completed event?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
