Requirements: Ebsta needs to have been installed & connected to 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.
- Click the Gear icon and click Setup.
- Type visual in the Quick Find box and select Visualforce Pages.
- Click New
- Add a Label (e.g. Ebsta) and a Name and then click Save.
- Click Edit
- Check the box next to Available for Lightning Experience, Experience Builder sites and the mobile app.
- 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. - Click Objects and Fields > Object Manager
- Click on your Custom Object
- Click Page Layouts and then click the down arrow on the right side of your object and select Edit.
- Scroll down the menu and click Visualforce Pages
- 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.
- Add the following properties and click OK
- 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.
- Click Spanner in the Ebsta section.
- Add the following properties and click OK.
- Click Save.