Question

Difficulty: MediumStandard/Custom Report Types and Formats

A Salesforce Administrator is configuring a Custom Report Type to analyze Partner Accounts and their related Asset records for maintenance contract renewals. The business requires report builders to see all Partner Accounts, regardless of whether they currently have associated Asset records. Additionally, administrators need to make specific fields from the Account Owner's User object available by default in the report builder field layout without adding additional object blocks. Which TWO configuration steps should the administrator take to fulfill these requirements?

  1. Set the object relationship between Accounts and Assets to "Each 'A' record may or may not have related 'B' records".Answer
  2. Edit the Custom Report Type field layout and select "Add fields related via lookup" to include fields from the Account Owner object.Answer
  3. C
    Define a summary formula on the report to evaluate record-by-record Asset field calculations across rows.
  4. D
    Create a Roll-Up Summary field on the Account object to count Assets linked via a standard lookup relationship.
  5. E
    Create a new custom Profile to grant additive permissions for accessing lookup fields on the User object.

Answer

The administrator must set the primary and secondary object relationship to 'Each A record may or may not have related B records' to include Accounts without Assets, and use the 'Add fields related via lookup' option within the Custom Report Type layout editor to make Account Owner User fields available to report builders.
Configuring the relationship as 'Each A record may or may not have related B records' performs a left outer join between Accounts and Assets, preserving Accounts that lack Assets. Using 'Add fields related via lookup' in the Custom Report Type field layout allows administrators to traverse lookup relationships up to 4 levels deep (such as Account Owner fields) and add them to the report field palette.

Step-by-Step Solution

1
Determine the required object join condition.
Configure the relationship as 'with or without' (left outer join) between Accounts (Primary) and Assets (Secondary) so Accounts missing Asset records are retained in report results.
Choosing 'with' (inner join) would exclude Accounts that do not currently have related Assets.
2
Configure the report type field layout for lookup traversal.
In the Custom Report Type field layout section, click 'Add fields related via lookup', navigate from Account to Account Owner (User), and select the required fields.
This exposes fields from lookup-related objects directly into the field palette for report creators without needing separate object relationship blocks.

Key Concept

Custom Report Type Object Relationships and Lookup Field Expansion
Rate this question