A Salesforce Administrator creates a new custom field on the Position object. HR managers report that the new field is missing when they create reports using an existing Custom Report Type titled 'Positions with Job Applications'. Additionally, the HR team wants to display the Hiring Manager's Email (a field on the User object referenced via a lookup field on Position) in reports without creating a duplicate custom field. Which TWO actions should the administrator take in the Custom Report Type setup to satisfy these requirements? (Select 2 answers)
- Edit the field layout of the Custom Report Type and drag the newly created custom field from the field palette into a report section.Answer
- BUpdate the Deployment Status of the Custom Report Type from 'In Development' to 'Deployed' to automatically expose newly added object fields.
- CModify the object relationship on the Custom Report Type from 'Each record must have at least one related record' to 'Primary record may or may not have related records'.
- Click 'Add fields related via lookup' in the Custom Report Type layout editor, traverse the Hiring Manager lookup, and select the Email field.Answer
- EEnable Field-Level Security for the Hiring Manager Email field on the Position page layout so it inherits visibility in reports.
Answer
To resolve both requirements, the administrator must edit the field layout of the Custom Report Type to add the new custom field from the palette, and use the 'Add fields related via lookup' feature to include the Hiring Manager's Email field from the related User object.
When new custom fields are added to an object, Salesforce automatically includes them in standard report types, but existing Custom Report Types must be manually updated by editing the report type layout and dragging the field from the palette. Additionally, Salesforce allows admins to include fields from lookup-related objects (up to 4 levels) in a Custom Report Type layout using the 'Add fields related via lookup' option, avoiding the need for redundant custom formula fields.
Step-by-Step Solution
Key Concept
Custom Report Type Layout Customization and Lookup Field Traversal