A Sales Operations Manager requires a report that lists all Account records in Salesforce, including Accounts that do not have any associated Opportunities. The report must summarize the total Opportunity Amount across two dimensions simultaneously: Account Industry along the rows and Opportunity Stage across the columns. Furthermore, the administrator must ensure that any custom fields created on Accounts or Opportunities in the future are automatically available in the report builder without requiring manual updates to the report type field layout. Which solution should the Salesforce administrator implement to satisfy all requirements?
- Enable the organizational setting to automatically add new custom fields to custom report types, build a Custom Report Type with Accounts as the primary object and Opportunities defined with 'A records may or may not have related B records', and construct the report using the Matrix format.Answer
- BUse the standard 'Accounts with Opportunities' report type, apply a Summary report format with two row groupings, and enable automatic field inheritance on the report layout.
- CCreate a Custom Report Type with Accounts as the primary object and Opportunities defined with 'Each record must have at least one related record B', and summarize data using a Joined report format.
- DBuild a standard 'Accounts' report type, insert a row-level formula to evaluate Opportunity Stage and Amount, and group the report using a Summary format.
Answer
Enable the organizational setting to automatically add new custom fields to custom report types, build a Custom Report Type with Accounts as the primary object and Opportunities defined with 'A records may or may not have related B records', and construct the report using the Matrix format.
To include primary records regardless of whether they have child records, a Custom Report Type with a 'may or may not have related records' (left outer join) relationship must be created. Grouping data simultaneously along rows (Industry) and columns (Stage) requires the Matrix report format. Finally, enabling the automated setting to add new custom fields to custom report types eliminates the operational overhead of manually adding future fields to the CRT layout.
Step-by-Step Solution
Key Concept
Custom Report Type Object Relationships, Report Format Selection (Matrix), and CRT Field Layout Administration