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
sri srisri sri 

Relationships between Standard Objects?

What is the relationship between Account Contact, Account Opportunity, and all Standard Objects

 

 

Thanks

Sri

sandeep@Salesforcesandeep@Salesforce

This is standard relation ship established between all standard objects by Salesforce it self. 

We have Lookup of Contact in Account and Lookup of Account in Opportunity as well. 

 

from development point of view: 

Contact and Account ( one to many ) 

Account to Opportunity ( one to many) 

 

from business point of view: 

Generally we consider

Contact  as Person

Account as Client /vendor

Opportunity as business options/projects

 

One Person has many clients and one client may brings many opportunities to person/company.

 

for other detail visit : 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_list.htm

 

http://www.salesforce.com/us/developer/docs/api/Content/data_model.htm#topic-title

 

Please mark my answer as solution if it was helpful and give KUDOS. 

 

 

 

sri srisri sri

Thank you all for your valuable info

 

 

Sri

sandeep@Salesforcesandeep@Salesforce

Please mark my answer as solution if it was helpful so it may help other people for similar quetion And provide me KUDOS

Deepak Kumar ShyoranDeepak Kumar Shyoran

HI Sri,

 

If you want to know the relationship of object in organization whether it is native(standard) object or custom object then please used Schema builder.Go to setup and  type Schema builder in your Quick find textbox section and from here you can select the objects to understand their relationship between them.

 

 

Don't forget to give Kudos if this post helped you.

Mark my answer as a solution to your question if it solve your problem.

 

 

Best Regards

Choudhary Deepak Shyoran

Salesforce Developer

 

 

Hanuman MehraHanuman Mehra
very good   choudhary ji 
Saravanan Sivalingam 1Saravanan Sivalingam 1
Hi Deepak Kumar Shyoran,
your answer s very useful. I've one more doubt about the standard objects, Is there poissible to create Master-Details relations between two standard objects.

 
ratnakar pandeyratnakar pandey
No, You can't create Master Detail Relationship between standard object as when a master is deleted then child record deleted automatically. Due to this property, salesforce does not allow master detail relationship between two standard object.
Rishab wali 10Rishab wali 10
Please find the below answer for the relationship between Standard object,hope it helps, Please mark it as best answer if it helps.

Relationship
 
Account(One to many)
 
  • Case
  • Asset
  • Lead
  • Order
  • Contact
  • Event
  • Task
  • Opportunity
 
 
Opportunity(One to many)
 
  • Contact
  • Task
  • Event
  • Order
 
 
Contact(One to Many)
  • Task
  • Event
  • Order
  • Case
  • Asset
 
Solution(One to Many)
 
  • Task
  • Event
 
Order(One to Many)
 
  • Task
  • Event
 
PriceBook(one to many)
 
  • Price Book Entry
  • Opportunity
 
Lead(One to many)
 
  • Task
  • Event
 
Product(One to many)
  • Task
  • Event
  • Price Book Entry
  • Case
  • Asset
 
 
Case(One to many)
  • Task
  • Event
 
Asset(One to many)
  • Task
  • Event
  • Cases