Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI 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. Which relationship field should be implemented to support these requirements?
Correct Answer: B
A master-detail relationship fromEngineering_Support__ctoOpportunityallows multiple childEngineering_Support__crecords to be associated with a single parentOpportunity. It also enables roll-up summary fields to aggregate data from the child records onto the parentOpportunity. Reference:Master-Detail Relationships Incorrect Options: A & D:Lookup relationships do not support roll-up summary fields. C:Master-detail cannot go in the opposite direction (Opportunity to Engineering_Support__c) for this use case.