Soru

Zorluk: ZorStandard/Custom Report Types and Formats

A Salesforce Administrator is configuring a new Custom Report Type to evaluate Cases and their associated Work Orders. The business requires that Cases without any associated Work Orders must still be displayed in report results. Additionally, any new custom fields created on the Work Order object in the future must automatically be included in the report layout for reports using this report type.

Which two configuration settings must the administrator implement within the Custom Report Type definition to satisfy these requirements? (Select TWO)

  1. Define the object relationship hierarchy such that Each "A" record (Cases) may or may not have related "B" records (Work Orders).Cevap
  2. Edit the report type layout and select the option to auto-add new custom fields to the report type upon creation.Cevap
  3. C
    Create a summary formula column in the report builder to calculate record-level completion time for each Work Order row.
  4. D
    Create a roll-up summary field on the Case object over a lookup relationship to calculate total Work Order count prior to report generation.
  5. E
    Set the dashboard running user to 'View All Data' to bypass sharing rules and expose unlinked Work Orders to end users.

Cevap

To satisfy the requirements, the administrator must set the object relationship join to 'Each "A" record may or may not have related "B" records' (outer join) and enable the layout option to automatically add new custom fields to the report type.
The requirement specifies that Cases must appear whether or not they have related Work Orders, which requires an outer join ('Each A record may or may not have related B records'). Furthermore, to avoid manual maintenance when new custom fields are added to objects in the report type, the administrator must enable the setting in the report type layout that automatically adds new custom fields.

Adım Adım Çözüm

1
Determine the required object join condition.
Configuring 'A with or without B' ensures Cases missing related Work Orders are included in the report results.
Standard inner joins ('A with B') suppress primary records that lack matching child records.
2
Configure the field layout auto-add property.
Enabling auto-add fields in the Custom Report Type setup ensures future custom fields created on participating objects automatically populate in the report type layout.
Without this layout setting, new custom fields must be manually dragged onto the report type layout.

Anahtar Kavram

Custom Report Type Object Relationships and Layout Field Management
Bu soruyu puanla