What are the types of relationships applicable to salesforce?
Answer / Danish Ali
In Salesforce, the types of relationships include Master-Detail, Lookup, and Junior-Senior. Master-Detail is a one-to-many relationship where the master record controls the behavior of related detail records. Lookup is a many-to-one relationship that allows multiple master records to reference a single detail record. Junior-Senior is similar to Lookup but can be used when you want to limit how frequently related junior records can be changed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we prevent to cross the governor limit from soql query?
What is the sharing rule?
How can you convert a lead?
How can we call child component controller method from the parent component controller method? : salesforce lightning component
What is the return type of sosl queries ?
Is the check box performs like controlling field?
What is a Campaign Member?
Difference between external id & unique id?
What is recursive workflow rule? How to avoid recursive workflow rules?
What are the tools included in lightning ?
What happens to detail record when a master record is deleted? What happens to child record when a parent record is deleted? : salesforce crm
How many ways to xml parsing? : salesforce integration