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
vishvish 

QueryOptions: Displaying the list of leads in salesforce

I just got a salesforce account and i dont have any leads and havent setup any contacts. But when i use the code sample on the APEX quick start and change the query to display leads, it prints out a list of leads.
 
I am confused. I am using the same login information on the java application as the login for the website.
 
I am no sure if I am  missing anything?
 
Any help is appriciated.
 
Thanks.
NasipuriNasipuri

Hi,

Salesforce.com generally provides some samples data for objects like Account, Contact, Opportunity, Lead etc.

So even you have not created any Lead these data already exist in the Application.

I think you are viewing this list in your java application, you will find all the lead data from the front-end also.

 

Thanks,

Dinesh Nasipuri