An organization requires a custom data model to track equipment assignments between technicians and tools. A single equipment assignment record must link one technician to one tool, forming a many-to-many relationship between technicians and tools. The business analyst specifies the following operational rules:
1. If a technician record is deleted, all associated equipment assignment records must be automatically removed.
2. If a tool record is deleted, associated equipment assignment records must remain in the system for auditing purposes.
3. Executive leadership must be able to view total assigned equipment counts directly on technician records using standard declarative aggregate fields.
Which TWO configuration steps must the administrator implement on the Equipment_Assignment__c custom object to meet these requirements? (Choose 2 answers)
- Define a Master-Detail relationship field on Equipment_Assignment__c that references Technician__c.Cevap
- Define a Lookup relationship field on Equipment_Assignment__c that references Tool__c.Cevap
- CDefine a Master-Detail relationship field on Equipment_Assignment__c that references Tool__c.
- DCreate a Roll-Up Summary field on the Tool__c object to aggregate related Equipment_Assignment__c records.