function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VDaveVDave 

Open CTI searchandscreenpop Max 25 results per object

When I execute searchAndGetScreenPopUrl I only get 25 results per type of object. Additional matches are not returned. When you do a non api search, aka a search form the search bar results are provided in pages of 25. I am looking at the pdf (http://www.salesforce.com/us/developer/docs/api_cti/api_cti.pdf) and I don't see any mention of a limit or a way to page the results.  Also, there isn't anything in the response that would indicate additional results can be found. Am I missing something? Is there a way to get all results?
VDaveVDave
Has no one else noticed this issue?
Ashish_SFDCAshish_SFDC
Hi , 


I do not think its directly possible but you can have a pop up open a visualforce serach page with pagination. 


Regards,
Ashish
VDaveVDave
I am not looking to pop up a visualforce search page. I am using the open cti api call to perform my search. When I do that though I get at most 25 results per object type. (Which is similar tot eh visualforce search page.) I was looking to find out if this behaviour is a bug? Design decision? Is there a work around?