Mention what are the three types of object relations in salesforce?
Answer / Ankur Sudhanshu
In Salesforce, there are three main types of object relationships: Master-Details, Lookup, and Junction. Master-Details represents a parent-child relationship where records from the detail object are associated with one record in the master object. Lookup provides a way to link one record from one object to another object. Junction objects, also known as custom relationship objects, allow for many-to-many relationships.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Page Layout and Record Types?
Suppose there are 2 account records with 3 contacts associated against each account record. What would be the end result, if I merge these two account records ?
If I want to Insert, Update any record into 'Account'. What trigger I have to use?
Explain the use of test.setpage() ?
How can you create many to many relationship in salesforce ?
what is master-detail relationship?
Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )
How do you implement the locking functionality of records in apex ?
What are the actions that can be performed in workflow rules ?
What the concurrent request limit is and why it exists in salesforce?
Difference between soql vs sosl in salesforce? : salesforce integration
What is the difference between profiles and roles in salesforce.com?