A Salesforce Administrator at a renewable energy firm is tasked with displaying the total cost of completed inspections on the parent custom object `Solar_Project__c`. The inspection details are stored on a child custom object `Site_Inspection__c`, which is currently connected to `Solar_Project__c` via a Lookup relationship. When navigating to Object Manager to create a new field on `Solar_Project__c`, the administrator finds that the Roll-Up Summary field type option is grayed out and unavailable. Which statement correctly explains why the Roll-Up Summary field type is disabled and describes the appropriate administrative resolution?
- Roll-up summary fields are only supported on the parent object of a Master-Detail relationship. To enable this field type, the administrator must convert the existing Lookup relationship on Site_Inspection__c to a Master-Detail relationship, ensuring all existing child records contain a parent lookup value first.Cevap
- BRoll-up summary fields on Lookup relationships are restricted to MIN and MAX functions only. The administrator must change the field definition to evaluate minimum inspection cost rather than calculating a sum.
- CRoll-up summary fields cannot be created while child records exist independently without cascading deletion. The administrator must delete all standalone child records to unblock the creation of roll-up fields on lookup objects.
- DRoll-up summary fields on parent objects require a cross-object formula field on the child object to reference values before aggregation. The administrator must create a formula field on Site_Inspection__c first.
Cevap
Roll-up summary fields are only supported on the parent object of a Master-Detail relationship. To enable this field type, the administrator must convert the existing Lookup relationship on Site_Inspection__c to a Master-Detail relationship, ensuring all existing child records contain a parent lookup value first.
In Salesforce Core Administration, native Roll-Up Summary fields are exclusively available on the master object in a Master-Detail relationship. Because Site_Inspection__c is linked to Solar_Project__c via a Lookup relationship, the Roll-Up Summary option is disabled. To resolve this, the administrator must convert the Lookup relationship to a Master-Detail relationship, which requires verifying that every child Site_Inspection__c record has a non-null parent project reference.
Adım Adım Çözüm
Anahtar Kavram
Roll-Up Summary Field Relationship Requirements
Tahmini Süre:1m 30s