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
YogeshAroraYogeshArora 

Using Standard Objects

Hello everyone

 

I am very new to this force platform and I am trying to learn it on my own. In this process I got to know about standard objects, i.e. they are pre-defined objects which we can use in our custom app. I read about the various fields defined for each object, various triggers, validation rules, etc, etc for each object.

 

But I dont understand how they are useful ? What exactly are leads, opportuniies, contacts ? When these can be used in an app ?

Any help or any link to study material will be highly appreciated.

 

Thanks in advance,

Yogesh

Best Answer chosen by Admin (Salesforce Developers) 
sfdcfoxsfdcfox

Schema maps are in the Web Services developer's guide. Definitions are in Help.

 

Here's a brief overview of common items:

 

Lead: people interested in a product or service, but not yet qualified.

Account: organization you work wth... vendors, clients, etc.

Contact: People associated with accounts.

Opportunity: potential, closed, and lost sales.

Case: a 'trouble ticket'... provides support.

Solution: answers to cases.

Contracts: a way to track legal contracts.

Product: something you sell.

Quote: a sales quote.

Knowledge Article: Answers to common questions.

Asset: products owned/leased by accounts.

Campaign: marketing events.

 

For more details, check out the online training, too.

 

All Answers

Navatar_DbSupNavatar_DbSup

Hi,
Please go through the Apex Cookbook to know about Apex and VF.

 

You can download the cookbook from the link below:


http://www.filestube.com/43azum0Dfw5NBTQoLRPdGL/salesforce-platform-cookbook.html


http://www.salesforce.com/docs/developer/cookbook/index_Left.htm

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

 

YogeshAroraYogeshArora

Dear S Jain

 

Yes. I am going through these books side by side.

The problem I am facing is that the books I have reffered so far, shows the ways to manipulate these standard objects for our app but before that I am unable to understand the key definition of the objects. What exactly these objects are meant for ? How they are related to each other ? And how will they be useful when used ?

 

regards

Yogesh

sfdcfoxsfdcfox

Schema maps are in the Web Services developer's guide. Definitions are in Help.

 

Here's a brief overview of common items:

 

Lead: people interested in a product or service, but not yet qualified.

Account: organization you work wth... vendors, clients, etc.

Contact: People associated with accounts.

Opportunity: potential, closed, and lost sales.

Case: a 'trouble ticket'... provides support.

Solution: answers to cases.

Contracts: a way to track legal contracts.

Product: something you sell.

Quote: a sales quote.

Knowledge Article: Answers to common questions.

Asset: products owned/leased by accounts.

Campaign: marketing events.

 

For more details, check out the online training, too.

 

This was selected as the best answer
YogeshAroraYogeshArora

This is exactly what I am looking for.
Can you please provide the links where I can find the detailed information on it.

 

Thanks and regards

Yogesh