May 2019
Intermediate to advanced
546 pages
12h 41m
English
You are able to specify the number of rows you would like to return, with a maximum of 2,000 (see the Salesforce limits). If you don't specify this parameter, the default will be 2,000. Let's find some stuff in our database. You can also test these queries in your Developer Console.
In this case, the criteria are not important; you can play with them. The definition and the return of the results are more important. If we want to find some criteria in the name field, we define the SOSL query like this:
FIND {search} IN NAME FIELDS
This would result in the following output:

The query results in a list with all the records from all ...
Read now
Unlock full access