An administrator at a medical equipment manufacturer is configuring custom fields on the Equipment_Inspection__c custom object to meet two distinct business requirements:
1. Display the calculated sum of inspection costs from related Inspection_Item__c records, which are currently linked to Equipment_Inspection__c through a Lookup relationship.
2. Ensure custom Lead fields created to track specialized customer inspection requirements automatically pass data to target records during Lead conversion.
Which two considerations or platform limitations must the administrator keep in mind when configuring these custom fields? (Select 2)
- Roll-up summary fields cannot be created on a parent object linked to child records via a Lookup relationship; the relationship must be Master-Detail or managed via flow automation.Cevap
- Custom Lead fields can only be mapped to custom fields on the target Account, Contact, or Opportunity objects during Lead conversion, not to standard fields.Cevap
- CDeleting an Equipment Inspection parent record automatically deletes all associated Inspection Item child records connected via a Lookup relationship.
- DCreating a new custom picklist field automatically assigns all picklist values to all existing Record Types on the object without administrator intervention.
- ECustom Lead fields will automatically map to standard fields on converted records if the field labels match exactly.
Cevap
The administrator must account for the platform rule that native roll-up summary fields can only be created on parent objects in a Master-Detail relationship (or handled via automation for Lookup relationships), and the rule that custom Lead fields can only map to custom target fields on the Account, Contact, or Opportunity objects during conversion.
The correct selections address key platform rules for custom fields: native roll-up summary fields are exclusively available when objects are bound by a Master-Detail relationship, and Lead field mapping requires mapping custom Lead fields explicitly to custom target fields on the destination objects.
Adım Adım Çözüm
Anahtar Kavram
Custom Field Capabilities and Limitations across Relationships and Lead Conversion