An administrator at a telecommunications company wants to create a Roll-Up Summary field on a custom object named Account_Plan__c to calculate the total amount of related custom Subscription__c records. Which object relationship configuration is required to allow the Roll-Up Summary field creation on Account_Plan__c?
- A Master-Detail relationship must be created where Account_Plan__c is the master object and Subscription__c is the detail object.Cevap
- BA Lookup relationship between Account_Plan__c and Subscription__c is sufficient to build Roll-Up Summary fields.
- CSubscription__c must have specific Record Types assigned to enable roll-up capabilities on the parent object.
- DDynamic Forms must be configured on Subscription__c to allow field aggregation on Account_Plan__c.
Cevap
A Master-Detail relationship must be created where Account_Plan__c is the master object and Subscription__c is the detail object.
Native Salesforce Roll-Up Summary fields can only be created on the parent object when a Master-Detail relationship links the master object to the detail object.
Adım Adım Çözüm
Anahtar Kavram
Roll-Up Summary Relationship Requirements