Performance Problem with lookup control in large list
Posted: 12 Jan 2018
Hi there,
the "new" form includes a lookup control to a large list with about 35.000 items.
Pulling all entries from the large list in order to populate the drop down takes too much time (about 5 seconds).
We don't even need the drop-down, because the ID is set via fd.getSourceID() and must not be changed.
Q: How do we handle this?
Thanks,
Armin
the "new" form includes a lookup control to a large list with about 35.000 items.
Pulling all entries from the large list in order to populate the drop down takes too much time (about 5 seconds).
We don't even need the drop-down, because the ID is set via fd.getSourceID() and must not be changed.
Q: How do we handle this?
Thanks,
Armin