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
AnnieGAnnieG 

Need help with Lead development

Hi,
       I am trying to get all the fields for the Lead object. And I have these questions.
 
1)    Is there a lead_id field -- some unique ID field in the Lead object for salesforce.com? 
 
2)    when I investigated the Lead.java, I found the following field whose definition are provided by the Appexchange API doc:
CurrentGenerators_c
CreatedById
numberofLocations_c
SICCode_c
Primary_c
ProductInterest_c
       Does any of you know the definitions?
       Thanks for your help!
 
SuperfellSuperfell
Every object has an Id field that is its primary key.

all the fields ending in __c are custom fields added your organziation admin, you'll have to ask them what they're for.