Hi, I have a form where users select multiple drop downs in a collection to validate a GL code from database lookup. Each drop down is populated through database lookup as well. When the form is assigned to a user task, assigned user is able to reselect the drop downs as well.
When you have more than 20-30 lines in a collection, the forms takes 2-5 min to load the forms in user task. This is due to the lookup being triggered on the forms load again.
Is there a way to prevent database lookup on the forms load. Only do the lookups when the fields are changed?
Please let me know if there is a workaround or Java Script for this.
Thanks!
AJ