An administrator at a global logistics company is reviewing object architecture and capabilities for a newly created custom object, Freight_Shipment__c, alongside existing standard objects. The administrator needs to ensure the team understands built-in object features and administrative constraints. Which two statements correctly describe standard capabilities and limitations of custom objects compared to standard objects? (Select 2)
- Custom objects automatically include standard system fields such as Created By, Last Modified By, and Record ID upon creation.Cevap
- Custom objects can be deleted from an organization if all data and references are removed, whereas standard objects cannot be deleted.Cevap
- CRoll-up summary fields can be created on a custom object to summarize data from a parent object connected through a Lookup relationship.
- DDeleting a master record leaves all related child custom object records intact and automatically converts the Master-Detail relationship into a Lookup relationship.
Cevap
Custom objects automatically include standard system fields upon creation, and custom objects can be deleted from an organization whereas standard objects cannot be deleted.
The correct statements are that Salesforce automatically provisions standard system fields (such as Created By, Last Modified By, and Record ID) on every custom object, and that custom objects can be deleted from an organization provided they are not constrained by dependencies, while standard objects are permanent components of the platform and cannot be deleted.
Adım Adım Çözüm
Anahtar Kavram
Standard vs Custom Object Capabilities and Relationship Constraints