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?
- Master-detail field from Engineering_Support__c to Opportunity.
- Master-detail field from Opportunity to Engineering_Support__c
- Lookup field from Engineering_support__c to Opportunity
- Lookup field from Opportunity to Engineering_Support__c
Reveal Solution Next Question