Question

Difficulty: EasyStandard and Custom Object Management

An administrator is setting up a new custom object in Salesforce to track corporate IT asset inventory. Which two standard components or system fields are automatically created on every new custom object? (Select 2)

  1. A standard Record Name field configured as either Text or Auto-NumberAnswer
  2. Standard system audit fields including CreatedById, LastModifiedById, and SystemModstampAnswer
  3. C
    A default Master-Detail relationship field linking the object to the Account object
  4. D
    A default Record Type along with pre-assigned picklist values

Answer

The correct options are the standard Record Name field (Text or Auto-Number) and standard system audit fields (CreatedById, LastModifiedById, and SystemModstamp).
Upon custom object creation, Salesforce provisions standard audit fields (such as CreatedById, LastModifiedById, and SystemModstamp) and requires the configuration of a standard Record Name field (either Text format or Auto-Number sequence) for record identification.

Step-by-Step Solution

1
Identify automatic object creation features in Salesforce.
When a custom object is created, Salesforce automatically generates standard system fields including Name, CreatedBy, LastModifiedBy, Owner (for private/read-write objects), and SystemModstamp.
System fields maintain platform governance, auditing, and basic data identification.
2
Evaluate relationship and record type requirements.
Custom relationships (such as Master-Detail or Lookup) and Record Types are not created by default; they require manual setup.
Salesforce enforces schema flexibility by leaving custom business logic configurations to the administrator.

Key Concept

Custom Object Standard System Fields
Rate this question