An administrator at a commercial real estate firm is configuring a new custom object named Property_Inspection__c to track physical site audits linked to Account records. Which two statements are true regarding the standard features and limitations of custom objects? (Select 2)
- Salesforce automatically creates standard system fields on the custom object, including Name, Created By, Last Modified By, and Owner.Answer
- BA roll-up summary field can be created on the parent Account object to calculate totals from Property_Inspection__c records linked via a Lookup relationship.
- Deleting the Property_Inspection__c custom object soft-deletes it for 15 days, during which the object, its data, and its relationships can be restored.Answer
- DThe standard Account object can be configured as the detail side of a Master-Detail relationship with Property_Inspection__c as the master object.
Answer
The correct statements are that Salesforce automatically provisions standard system fields (such as Name, Created By, Last Modified By, and Owner) upon custom object creation, and deleting a custom object places it into a soft-delete state for 15 days during which it can be restored.
Salesforce automatically includes core standard fields (Name, Created By, Last Modified By, Owner, Id) whenever a new custom object is created. Additionally, custom objects that are deleted enter a 15-day soft-delete grace period where they can be restored along with their fields, data, and relationship definitions.
Step-by-Step Solution
Key Concept
Standard and Custom Object Management
Estimated Time:1m 30s