Question

Difficulty: MediumStandard and Custom Object Management

A Salesforce administrator at an agricultural equipment dealership is configuring schema elements to support a new equipment maintenance tracking initiative. When evaluating the capabilities and characteristics of standard objects compared to custom objects, which two statements are accurate? (Select 2)

  1. Standard objects cannot be deleted from the Salesforce organization schema.Answer
  2. B
    Standard fields on standard objects can have their data types modified by an administrator.
  3. C
    Standard objects can serve as the detail record in a master-detail relationship with a custom object as the master.
  4. Standard fields on standard objects cannot be deleted, but their field labels can be renamed.Answer

Answer

Standard objects cannot be deleted from the organization schema, and standard fields on standard objects cannot be deleted, though their display labels can be customized.
Standard objects are built directly into Salesforce and cannot be deleted from the organization schema. Similarly, standard fields on standard objects cannot be deleted or have their data types changed, but administrators can rename their display labels to meet business needs.

Step-by-Step Solution

1
Evaluate standard object schema capabilities.
Standard objects are permanent components of Salesforce core functionality and cannot be deleted.
Core standard objects (such as Account, Contact, and Opportunity) are required system elements.
2
Analyze standard field customization rules.
Standard fields cannot be deleted or have their data types changed, but their labels can be renamed to match business terminology.
Salesforce protects data integrity by locking standard field definitions while allowing user-facing label customization.
3
Verify object relationship restrictions.
Standard objects cannot sit on the child (detail) side of a master-detail relationship with a custom master object.
Platform architecture prohibits standard objects from being owned by custom objects in master-detail definitions.

Key Concept

Standard vs Custom Object Schema Capabilities and Limits
Rate this question