A support director needs a unified view that presents all Account records in Salesforce alongside their associated Support Cases, ensuring that Accounts remain visible even if they have zero related Cases. In addition, the report must display key metrics from related Work Orders in a side-by-side structure grouped by Account Name. Which combination of Custom Report Type configuration and report format selection satisfies these requirements?
- Create a Custom Report Type with Accounts as the primary object and Cases as the secondary object using 'Each A record may or may not have related B records' (outer join), then build a Joined Report that pairs this report type block with an Accounts with Work Orders report type block.Cevap
- BCreate a Custom Report Type with Accounts as the primary object and Cases as the secondary object using 'Each A record must have at least one related B record' (inner join), and configure a Summary Report grouped by Account Name and Work Order Status.
- CUse a standard Cases report type, write a summary formula to evaluate record-by-record Work Order values, and apply a Matrix Report format grouped by Account Name on rows and Case Priority on columns.
- DCreate a standard Accounts with Cases report type, configure a dynamic dashboard running user security setting to expose hidden records, and select a tabular report format with cross-object formula fields.
Cevap
Create a Custom Report Type using an outer join ('Each A record may or may not have related B records') between Accounts and Cases, and build a Joined Report format to place the Accounts with Cases block alongside an Accounts with Work Orders block grouped by Account Name.
The correct choice configures a Custom Report Type with an outer join ('Each A record may or may not have related B records'), ensuring Accounts without associated Cases are retained in the report results. Additionally, choosing a Joined Report format enables the administrator to combine two separate report type blocks (Accounts with Cases and Accounts with Work Orders) side-by-side, grouped by the shared Account Name field.
Adım Adım Çözüm
Anahtar Kavram
Custom Report Type Object Relationships and Joined Report Format Selection