A Salesforce administrator at a renewable energy company is setting up a new data model to manage customer service agreements. The design involves establishing relationships between the standard Account object and a newly created custom object named Solar_Tracker__c. Which TWO statements correctly describe the capabilities and limitations of standard objects versus custom objects in Salesforce? (Select 2)
- Standard objects can act as the master side in a master-detail relationship, but cannot be the detail child object in a master-detail relationship with a custom object.Cevap
- Custom objects can be deleted from an organization, whereas standard objects cannot be deleted.Cevap
- CRoll-up summary fields can be created on the standard Account object to aggregate data from Solar_Tracker__c records connected via a lookup relationship.
- DDeleting a child detail record automatically deletes the associated parent master Account record.
Cevap
Standard objects can serve as the master parent but cannot be the detail child object in a master-detail relationship with a custom object, and custom objects can be deleted whereas standard objects cannot be deleted.
Standard objects can serve as the master parent object in a master-detail relationship with a custom detail object, but standard objects can never be on the detail side of a master-detail relationship. Additionally, custom objects can be deleted from an org if they are not referenced elsewhere, while standard objects cannot be deleted.
Adım Adım Çözüm
Anahtar Kavram
Standard vs Custom Object Relationship and Lifecycle Constraints