Other Articles in Reports & Dashboards

How to Create a Custom Report Type

Have you ever struggled to find the correct report type for the report you want to create? AIM users can create custom report types when the standard Salesforce report types don’t provide enough visibility into the records and fields needed. This enables users to create reports from predefined objects, object relationships, and specific fields.

Permissions Required:

  1. Full Salesforce license
  2. “Manage Custom Report Types” permission checked

Navigation:

  1. Navigate to the gear icon in the upper right-hand corner and click ‘Setup’.
  2. In the Quick Find bar, type ‘Report’ and select ‘Report Types’.
  3. Here, you will be able to view all of the Custom Report Types already available.
  4. To begin the process of creating a new report type, click ‘New Custom Report Type’.

Step 1. Define the Custom Report Type:

  1. The first step is to choose the primary object to determine which will be the focus of reports generated by this report type.
    1. For example, if reporting on ‘Accounts with Contacts’, select ‘Accounts’ as the primary object.
  2. Next, in the ‘Report Type Label’ field, enter a name that identifies what it will report on.
    1. To keep consistent with the example above, I would simply label the report type as ‘Accounts with Contacts’.
  3. In the Description field, give users a quick overview of what this report type reports on.
  4. Choose the appropriate picklist value in the “Store in Category” field depending on the objects used in this custom report type.
  5. Lastly, if you want this report type available to choose from (you’ll check this 99.9% of the time), select “Deployed” in the “Deployment Status” field. Otherwise, select “In Development” if you’d like the report type to only be visible to authorized administrators and their delegates.

Step 2. Define Report Records Set:

  1. Next, we are going to define the object relationships of this record type. I will choose the Contacts object to relate to Accounts, the primary object previously chosen. Accounts is the parent object and contacts is the child object. You can select up to a maximum of three child objects when creating a custom report type. 
  2. Since we want to report on Accounts with Contacts, I’m going to select the first checkbox, ‘Each “A” record must have at least one related “B” record’. This means that an Account must have at least one Contact associated to be able to show up with this report type. Thus, only parent records with child records are shown in the report. 

****You also have the option to select the second option, “A” records may or may not have related “B” records. In this example, the report would show Accounts with or without Contacts****

Step 3. Fields Available for Reports:

Lastly, we can customize which fields from each object are available for the report. 

  1. In the section entitled ‘Fields Available for Reports’, click ‘Edit Layout’.
  2. The box on the right-hand side allows you to toggle between the objects to be able to drag the available fields into the ‘Field Layout Properties’. For example, when looking at the account fields box, we noticed there is a field called ‘Phone’ that is currently not visible on our custom report type so we would need to click and drag that field from the box to the left, into the field layout properties.

  1. You will also notice there is a ‘View’ drop-down that allows you to browse over the fields for both objects that you selected in the custom report type, to ensure fields from Account and Contact are visible in your report. 
  2. If you are still not seeing fields that you need, there is also an option called ‘Add fields related via lookup’ which allows you to bring in additional fields by clicking on the available fields that are related to the selected object. More on adding fields via lookup can be found in this Salesforce article.
  3. Now, our Report Type is available for all users to leverage.