Question

Difficulty: EasyStandard and Custom Object Management

An administrator at a renewable energy firm is creating a custom object named Installation Project to track client installations. Which two statements correctly describe platform characteristics or administrative capabilities of custom objects compared to standard objects? (Select 2)

  1. Custom objects can be deleted from the organization by an administrator if dependencies are cleared, whereas standard objects cannot be deleted.Answer
  2. Custom objects automatically append the '__c' suffix to their API name upon creation, whereas standard objects do not include a custom suffix.Answer
  3. C
    Roll-up summary fields can be created on a custom object to aggregate child data linked via any standard lookup relationship.
  4. D
    Record types automatically assign picklist values to custom objects without requiring manual picklist configuration per record type.

Answer

Custom objects can be deleted by an administrator if dependency requirements are met while standard objects cannot be deleted, and custom object API names automatically append the '__c' suffix.
Custom objects differ from standard objects in lifecycle management and API naming conventions. Administrators have permission to delete custom objects if all references (such as Apex code or fields) are removed, whereas standard objects cannot be deleted. In addition, Salesforce automatically appends the '__c' suffix to custom object API names upon creation to designate custom schema elements.

Step-by-Step Solution

1
Evaluate lifecycle capabilities for custom vs standard objects
Custom objects can be deleted from Object Manager, but standard objects cannot be deleted.
Salesforce allows administrators to remove custom schema components, whereas built-in standard objects are core platform components.
2
Evaluate API naming conventions
Custom objects append '__c' to their API names, while standard objects do not.
The platform uses suffix conventions to isolate custom metadata from standard objects.

Key Concept

Standard and Custom Object Management
Rate this question