Valid CRT-450 Dumps shared by ExamDiscuss.com for Helping Passing CRT-450 Exam! ExamDiscuss.com now offer the newest CRT-450 exam dumps, the ExamDiscuss.com CRT-450 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-450 dumps with Test Engine here:
A software company is using Salesforce to track the companies they sell their software to in the Account object. They also use Salesforce to track bugs in their software with a custom object, Bug__c. As part of a process improvement initiative, they want to be able to report on which companies have reported which bugs. Each company should be able to report multiple bugs and bugs can also be reported by multiple companies. What is needed to allow this reporting?
Correct Answer: D
Many-to-Many Relationship: To track which companies (Accounts) report which bugs and allow multiple associations for both, ajunction objectis needed. This junction object will have two master-detail relationships: one toBug__cand one toAccount. Why Not Other Options? A: Roll-up summary field: Not suitable for many-to-many relationships. B: Master-detail field on Bug__c to Account: Creates a one-to-many relationship, not many-to-many. C: Lookup field on Bug__c to Account: Still creates a one-to-many relationship, not many-to-many. References:Many-to-Many Relationships:https://developer.salesforce.com/docs/atlas.en-us.object_reference. meta/object_reference/relationships_manytomany.htm