Hello,
I am using a code to retrieve the account record from CRM and displaying in the Html Select.
i am fetching only the two columns from the CRM database.
problem is when i am using onComplete event handler such that my all entity records get sorted by name. it's taking a long time to load the data.
when i am moving the code into the onSucessCallback event handler then first fifty records are getting sorted leaving all the other records.
can anyone help me in optimizing the code.