A Salesforce Administrator is configuring a Custom Report Type to analyze Customer Service operations. Management needs to report on all Cases, including those without any associated Work Orders, while also displaying detailed technician fields from the related Service Resource lookup object on the Work Order. Which two configuration steps must the administrator execute within the Custom Report Type layout and object relationship setup to satisfy these requirements? (Select TWO)
- Define the relationship between Case (Primary Object) and Work Order (Secondary Object) using the 'Each record "A" may or may not have related "B" records' option.Cevap
- Use the 'Add fields related via lookup' feature on the Custom Report Type field layout to include fields from the Service Resource object.Cevap
- CSet the default report layout format to 'Matrix' directly within the Custom Report Type general settings tab.
- DCreate a Roll-Up Summary field on the Case object to count Work Orders so unlinked records can be categorized using a row-level formula.
- EConfigure the running user setting on the Custom Report Type to bypass Organization-Wide Defaults for non-work-order Cases.
Cevap
To satisfy the reporting requirements, the administrator must configure the object relationship as 'Each record "A" may or may not have related "B" records' and utilize the 'Add fields related via lookup' feature in the Custom Report Type layout editor.
The correct requirements are met by establishing a left outer join ('with or without' relationship) between Case and Work Order so that Cases lacking related Work Orders remain in the report. Additionally, using 'Add fields related via lookup' in the Custom Report Type field layout enables access to fields on referenced lookup objects (up to four levels away, such as Service Resource) without modifying the core object hierarchy of the report type.
Adım Adım Çözüm
Anahtar Kavram
Custom Report Type Object Relationships and Layout Field Customization