function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Does this require any permissions to be set ?
I try a search query in API and it returns the desired result but returns no records in Apex.
String searchQuery='FIND \'te*\' RETURNING Opportunity(Amount, Description, Name)'; List<List<SObject>> searchList=search.query(searchQuery);
System.debug('searchList size is...'+searchList.size());
Thanks
I have the same problem, and posted another thread about it without a reply:
http://community.salesforce.com/sforce/board/message?board.id=apex&message.id=20640
Does this require any permissions to be set ?
I try a search query in API and it returns the desired result but returns no records in Apex.
Thanks
I have the same problem, and posted another thread about it without a reply:
http://community.salesforce.com/sforce/board/message?board.id=apex&message.id=20640