Skip to main content

Call Display on the Account Page

The Adapter comes with a Visualforce Page that displays all phone calls made using Amazon Connect for an Account. It differs from thee standard Activity Related List because if filters all other activities out and focuses on the phone calls only.

To show the recent calls on the Account details page, add the "ACSFCCP_CallLogging_View" Visualforce Page to the Account Page layout. It is recommended to create a dedicated section with a 1-Column layout for this purpose, and to make the Visualforce Page scrollable.

  1. Log in to your Salesforce Org

  2. Navigate to Setup then in type Object Manager in Quick Find

  1. Click on the "Account" object
  1. Click on the "Page Layouts"
  1. Click on the "Account layout" and the layout designer will open
  1. From the left-hand side menu, select "Fields"
  1. Drag and Drop "Section" item to add a new section on the layout
  1. On the pop-up form, set Section Name ("Call Logging View") and 1-Column Layout
  1. Click "OK"
  1. From the left-hand side menu, select Visualforce Pages:
  1. Drag and drop "ACSFCCP_CallLogging_View" item to the "Call Logging View" section
  1. Hover the newly added component and click on the "Setting" icon

Check "Show scrollbars" and click "OK"

  1. Click the "Save" button in the top-left corner
  1. Make some phone calls, ask to speak with an agent. Open the Account, then select "Details" tab
  1. Scroll down the Details page until you see the "Call Logging View" section

For more information on how to add a Visualforce Page to a Page layout, please visit:

https://trailhead.salesforce.com/en/modules/visualforce_mobile_salesforce1/units/visualforce_mobile_salesforce1_layouts_cards