How to do it...

Carry out the following steps to create a formula field to display a link to the filtered opportunity report:

  1. Click on the Setup gear icon in the top right-hand of the main Home page, as shown in the following screenshot:
  1. Click the Setup option, as shown in the following screenshot:
  1. Navigate to the Opportunity customization setup page, by clicking the following: Objects and Fields | Object Manager | Account | Fields and Relationships.
  2. Locate the Fields & Relationships section on the right of the page.
  3. Click on New.

We will be presented with the Step 1. Choose the field type page.

  1. Select the Formula option.
  2. Click on Next.

We will be presented with the Step 2. Choose output type page.

  1. Enter or paste Opportunity Report in the Field Label textbox.

When clicking out of the Field Label textbox, the Field Name textbox is automatically filled with the value Opportunity_Report.

  1. Set the Formula Return Type as Text.
  2. Click on Next.

We will be presented with the Step 3. Enter formula page.

  1. Paste or enter the following code:
/* Create the link to the Account filtered report */
HYPERLINK( /* Specify the report ID generated in the Getting Ready section
*/ "#/sObject/00O0Y000007hyPoUAI/view?fv0=" /* Specify the Account record ID */ &Id, /* Specify the text for the hyperlink */ "Opportunity Report", /* Specify that the report opens in the same browser tab */ "_self" )
  1. Optionally, enter a value in the Description field.
  2. Optionally, enter a value in the Help Text field.
  3. In the Blank Field Handling section, select the option Treat blank fields as blanks.

 

  1. Click on Next, as shown in the following screenshot:

We will be presented with the Step 4. Establish field-level security page.

  1. Select the profiles to which you want to grant read access to this field via the field-level security. The field will be hidden from all profiles if you do not add it to the field-level security.
  2. Click on Next.

We will be presented with the Step 5: Add to page layouts page.

  1. Select the page layouts that should include this field. The field will be added as the last field in the first two-column section of the selected page layouts.
  2. Finally, click on Save.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset