Currently in Closed Beta. Contact your CSM to learn more about this feature.
Summary
This article outlines the steps needed to add PathFactory to your organization’s Salesforce Contact Page Layout.
Step 1: Create PathFactory Contact Visualforce Page
- Log in to Salesforce with a Salesforce administrator account.
- From Setup, select Develop > Visualforce Pages in the Build section.
- Click the New button located above the Visualforce Pages table.
- Enter the following values:
- Label: PathFactory Contact
- Name: PathFactory_Contact
- Available for Lightning Experience, Lightning Communities, and the mobile app: Checked
- Visualforce Markup:
<apex:page< span=""> standardController="Contact" showHeader="false" standardStylesheets="false" readOnly="true"> <script< span=""> id="pf-embed" src="https://connectapp.lookbookhq.com/embed.js" data-provider="salesforce" data-token="{!$Api.Session_ID}" data-resource="visitor" data-email="{!Contact.Email}" > </script<></apex:page<>
- Click Save.
Step 2: Set Pathfactory Contact Visualforce Page Security
- From Setup, select Develop > Visualforce Pages in the Build section.
- Next to the name of the PathFactory Contact Visualforce page, click Security.
- Select the profiles that you want to enable from the Available Profiles list and click Add.
- Select the profiles that you want to disable from the Enabled Profiles list and click Remove.
- Click Save.
Step 3: Add PathFactory Contact Visualforce Page to Contact Page Layout
- From Setup, select Customize > Contacts > Page Layouts in the Build section.
- Select Edit next to the page layout that the PathFactory Contact Visualforce page will be added to.
- Add a Section component to the desired area of the page layout.
- Enter the following values:
- Section Name: PathFactory Content Insights
- Detail Page: Checked
- Edit Page: Checked
- Layout: 1 Column
- In the top palette, select Visualforce Pages on the left sidebar.
- Drag PathFactory Contact into the section you just created.
- Enter the following values:
- Width: 100%
- Height: 660
- Show scrollbars: Unchecked
- Show label: Unchecked
Views: 0