Salesforce
CRT-403 · Question #2
An app builder is creating a custom object called Testimonial__c and wants to connect Testimonial__c records with both the submitter's Contact record and Account record. If the Account is deleted…
The correct answer is B. Create a master-detail relationship from Testimonial__c to Account and a lookup relationship from. See the full explanation below for the reasoning.
Question
An app builder is creating a custom object called Testimonial__c and wants to connect Testimonial__c records with both the submitter's Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the Account remains, the Testimonial__c should remain. How should this be accomplished?
Options
- AMake both the Contact and Account fields required on the Testimonial__c object and create
- BCreate a master-detail relationship from Testimonial__c to Account and a lookup relationship from
- CMake Testimonial__c a junction object between Account and Contact using master-detail
- DCreate a lookup relationship from Testimonial__c to Account and a master-detail relationship from
How the community answered
(54 responses)- A4% (2)
- B80% (43)
- C9% (5)
- D7% (4)
Community Discussion
No community discussion yet for this question.