Hi,
I’m dealing with a problem involving a large amount of data in a DropList component. I have a DropList component where I display a list of accounts from Sun Systems. I retrieve this list using a query via the ION API. However, the client has a huge number of accounts in Sun, and the ION API is very slow, so displaying the DropList takes several minutes.
Directly in Sun, this display is handled using the SoHo Lookup component. When you click on the magnifying glass icon, only a limited number of accounts are shown, and everything is split into multiple pages so that only a smaller portion of data is loaded each time.
However, I’m unable to use the SoHo Lookup component even to display an simple inline list (in reality, I’ll need it for loading data from the ION API).
Currently, I have the SoHo Lookup component configured like this:
But the result I get is only this:
Could you please advise how to properly use the SoHo Lookup component? Or is there any guide available for using it?