What is master detail relationship and look up relationship in salesforce?
Answer / Vineet Tyagi
Master-Detail relationships represent a parent-child relationship between two objects, where the parent object contains detailed records related to it (the child). A Lookup relationship, on the other hand, allows for one-to-many relationships but without the cascading delete or update capabilities of master-detail relationships.
| Is This Answer Correct ? | 0 Yes | 0 No |
Admin wants to avoid the deletion of child records in master detail relationship. Is it possible to achieve this using point and click functionality?
What is time-dependent workflow? : salesforce admin
What are the different api's in salesforce ?
How to delete “time based workflow” if there is already an action scheduled?
What is an Auto-Response Rule?
How you can use datetime field as a criteria in soql query ?
Given a business requirement, wherein you have to execute all the available actions in a single workflow rule, what would be the sequence of actions ?
How many controllers can be used in a visual force page?
What are custom labels in salesforce? How to access custom labels?
What is the use of implements in lightning component? : salesforce lightning component
What is page layout in salesforce? What are the record types?
What are some use cases for using the schema class?