Question

Difficulty: EasyStandard and Custom Object Management

An administrator at a corporate catering enterprise is setting up a new custom object named Event_Booking__c in Salesforce to manage client events. Which two options represent standard capabilities available when defining optional features and properties during custom object creation? (Select 2)

  1. Enabling Allow Reports to permit users to report on records of this custom object using standard report typesAnswer
  2. Setting the Record Name data type to Auto-Number with a custom display formatAnswer
  3. C
    Creating native Roll-up Summary fields on the custom object while it is related to a parent object using a Lookup relationship
  4. D
    Configuring child detail records to remain unaffected and active in the database when the master record is deleted in a Master-Detail relationship

Answer

The correct options are enabling Allow Reports to permit reporting via standard report types and setting the Record Name data type to Auto-Number with a custom display format.
When configuring a custom object, enabling 'Allow Reports' allows standard report types to include the object. Additionally, administrators can choose between Text and Auto-Number for the object's Record Name field, configuring display formats as needed.

Step-by-Step Solution

1
Identify the standard settings available during custom object setup in Salesforce.
Salesforce allows enabling reporting via the 'Allow Reports' setting and defining the Record Name field as either Text or Auto-Number.
These are built-in features when defining object properties in Object Manager.
2
Evaluate relationship limitations for Roll-up Summary fields and Master-Detail deletion behavior.
Roll-up Summary fields require a Master-Detail relationship, not a Lookup relationship. Master-Detail relationships automatically delete detail records when master records are deleted.
This rules out the incorrect options regarding Lookup roll-ups and detail record survival.

Key Concept

Custom Object Creation and Optional Features
Rate this question