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:
Universal Containers has a support process that allows users to request support from its engineering team using a custom object, Engineering_Support__c. Users should be able to associate multiple engineering_Support__c records to a single Opportunity record. Additionally, aggregate Information about the Engineering_support__c records should be shown on the Opportunity record. What should a developer Implement to support these requirements?
Correct Answer: C
The best option to support these requirements is to create a lookup field from Engineering_Support__c to Opportunity. This will allow users to associate multiple Engineering_Support__c records to a single Opportunity record, and also enable the use of roll-up summary fields on the Opportunity object to display aggregate information about the related Engineering_Support__c records. A lookup field creates a relationship that links two objects together, but does not affect record ownership, security, or deletion. References: * Custom Objects (1) * Relationships Among Standard Objects and Fields (2) * Create Object Relationships (3)
Recent Comments (The most recent comments are at the top.)
Recent Comments (The most recent comments are at the top.)
A is correct :
Master-detail enable you to create a roll-up summary fields but not lookup field
https://help.salesforce.com/s/articleView?id=sf.fields_about_roll_up_summary_fields.htm&type=5