A business operations manager requires a Salesforce analytics solution for reviewing Accounts and their associated Assets. The solution must satisfy three specific criteria:
1. Include all Accounts in the report, including those without any related Asset records.
2. Group the summarized data across two distinct axes: Asset Status along rows and Purchase Calendar Quarter along columns.
3. Ensure any new custom fields added to the Asset object in the future are automatically included in the report builder field palette without requiring manual administrator updates to the report design layout.
Which configuration of report type settings and report format should the administrator implement to meet these requirements?
- Create a Custom Report Type with Accounts as the primary object and Assets as a secondary object using 'with or without' relationship, select the setting to automatically add new custom fields to report layouts, and choose the Matrix report format.Answer
- BUse the standard Accounts with Assets report type, select the Summary report format grouped by Asset Status and Purchase Calendar Quarter, and create a row-level formula to evaluate blank Asset records.
- CCreate a Custom Report Type with Accounts as the primary object and Assets as a secondary object using 'each record must have at least one related record' relationship, add a roll-up summary field to track field changes, and select the Joined report format.
- DUse a standard Accounts report type, set up a dynamic dashboard component grouped by Asset Status, and grant users dynamic dashboard running user access to automatically expose newly created fields.
Answer
Create a Custom Report Type with Accounts as the primary object and Assets as a secondary object using 'with or without' relationship, select the setting to automatically add new custom fields to report layouts, and choose the Matrix report format.
To satisfy all requirements: (1) Creating a Custom Report Type with Accounts 'with or without' related Assets performs an outer join, displaying Accounts regardless of Asset presence. (2) Selecting the 'Auto-add new custom fields' option ensures any new fields created on Assets in the future are automatically made available to report builders without manual CRT maintenance. (3) Selecting the Matrix format allows summarizing metrics across two dimensions simultaneously (rows for Asset Status and columns for Purchase Calendar Quarter).
Step-by-Step Solution
Key Concept
Custom Report Type outer join definitions, auto-add field layout behavior, and Matrix report format capabilities.