Add Revenue Intelligence to Salesforce Custom Object Page Layouts (Classic mode)

Prev Next

Requirements: Ebsta needs to have been installed & connected to Salesforce: 

Install Ebsta into Salesforce


Ebsta's front-end component can be added to the Page Layout of each desired Object/Custom Objects.  

Note: We recommend that Ebsta is only added to Page Layouts that are accessible to Administrators until configuration is fully complete.

If you are using Salesforce in Lightning mode, please refer to this article:

Add Ebsta to Salesforce Custom Object Page Layouts (Lightning mode)

  1. Click Setup
  2. Type visual in the Quick Find box and select Visualforce Pages.
    classic1.jpg
  3. Click New
    image
  4. Add a Label (e.g. Ebsta) and a Name and then click Save.
    image
  5. Click Edit
    image
  6. Copy and paste the Apex Code below into the Visualforce Markup section and then click **Save.
  • *

<apex:page applyBodyTag="false" docType="html-5.0" sidebar="false" showHeader="false"  standardStyleSheets="false" standardController="**New_Custom_Object**__c" title="Ebsta" id="ebp">

 <ebsta1:ebstaCentralCore SalesforceId="{!**New_Custom_Object**__c.Id}" ObjectFullName="{!**New_Custom_Object**__c.Name}" ObjectName="**New_Custom_Object**__c" > 

Note: Replace New_Custom_Object with your own Custom Object name.
  1. Click Create > Objects
    image
  2. Click on your Custom Object
    image
  3. Hover over the Page Layouts tab and then click Edit next to the relevant Page Layout
    image
  4. Scroll down the menu and select Visualforce Pages.
    image
  5. Select Section and drag it down into the  Page Layout.  When it has turned green you will be able to drop it into the layout.
    PageLayoutSectionGreen.png
  6. Add the following properties and click OK
    SFPageLayoutSectionProperties.jpg
  7. Now select Ebsta  and drag it into the newly created Ebsta Section. When it has turned green you will be able to drop it into the layout.
    image
  8. Click Spanner in the Ebsta section.
    spanner.jpg
  9. Add the following properties and click OK.
    Properties1.jpg
  10. Click Save