Adding an Activities tab

When you have installed Vonage Contact Center into Salesforce and linked your Vonage Contact Center account with Salesforce, in most circumstances, Vonage Contact Center automatically creates a task record in Salesforce for every interaction handled by an agent. For information about tasks, see Call logging in task records.

In this page

Task records provide an audit trail for each inbound or outbound call. You can locate tasks in the following places:

  • In the Activity History (Salesforce Classic) or Past Activity (Salesforce Lightning Experience) sections in Contact, Leads, Accounts, Opportunities, and so on, as configured for your org.
  • In call center reports that use task records to show agent and team activity. For information about creating reports, see Running Salesforce call center reports.
  • In the Tasks tab (available in apps in Salesforce Lightning Experience).
  • In an Activities tab (in Salesforce Classic) that displays all task records.

How do I add an Activities tab?

To create an Activities tab that displays all task records, perform the following tasks:

  1. Create a Visualforce page that displays Activities:
    1. Go to Visualforce Pages within Setup in Salesforce.
    2. At the top of the list of Visualforce pages, click New.
      A new Visualforce Page appears.

    3. Type the following information.

      FieldDescriptionExample
      LabelA label that identifies the page in Setup tools.Activities
      NameThe unique name that identifies the page in the API. The name must contain only alphanumeric characters. For further restrictions on field contents, click Help for this Page.Activities
      DescriptionAn optional description of the page.A page that displays Activities on the Activities tab
    4. In the Visual Markup section, paste the following code:

      <apex:page >
      <apex:enhancedList type="Activity" height="600" />
      </apex:page>
    5. Click Save. The page is saved.
  2. Create a custom tab that uses the Visualforce page:
    1. Go to Tabs within Setup in Salesforce.
    2. In the Visualforce Tabs section click NewStep 1. Enter the Details appears.
    3. Provide the following information:

      FieldDescription
      Visualforce PageThe Visualforce page to display in the tab. Select Activities [Activities].
      Tab LabelThe text that appears in the tab label. Type the tab label text.
      For example, Activities.
      Tab NameA unique name for the tab automatically generated when you type in the Tab Label field.
      Tab StyleThe color and image that the tab uses.

      Click NextStep 2. Add to Profiles appears.

    4. Choose the user profiles for which the new tab is available. Click NextStep 3. Add to Custom Apps appears.
    5. Choose the custom apps for which the new custom tab is available. Click Save. Your new tab is saved and appears in the list of Visualforce Tabs on Custom Tabs.

The Activities tab now appears for all configured profiles and apps.

Fixing a Time Limit Exceeded error in an Activities tab

If your Activities tab is trying to display too many entries you might receive the following error: Time Limit Exceeded. For information about fixing this error, see Salesforce help.

In this section

Support and documentation feedback

For general assistance, please contact Customer Support.

For help using this documentation, please send an email to docs_feedback@vonage.com. We're happy to hear from you. Your contribution helps everyone at Vonage! Please include the name of the page in your email.