Hi all,
I have 2 autocompletes on the same form, both are associated with the AdUser Smartobject and do a getusersbygroup method.
When i used just 1 Autocomplete, the load time of the form is around 6 seconds, which i can live with, but now that i've introduced 2 Autocompletes, the load time has doubled.
Both Autocompletes use the same same Smartobject and method. There are now 2 entries in the initialize rule to populate them (hence the time).
There must surely be a way to only load populate the data once for more than one similar control????
Anyone?