Overview
Along with configuring object types, you can configure custom object types in Salesforce. This enables associating projects/intakes with custom object types such as Asset, Deals, Campaigns, and more.
Permissions
Users must have the System Administrator privilege in Salesforce and Company Administrator privilege in Responsive to complete the installation.
Select the applicable tab for your edition of Responsive.
-
Configuring custom object types
- Click Setup from the top navigation bar.
- From the Build section of the left navigation pane, select Create > Objects.
- Click RfpioDetail.
- Click RfpioIntakeDetails; then scroll down to the Custom Fields & Relationships section and click New.
- Click Lookup Relationship, then click Next.
- Select the field you want to relate to the custom object has to be related (Asset, for example) and click Next.
- Enter the values as shown in the image below, then click Next.
Note: Do not check the Required checkbox.
- Click Next on the Field Level Security page.
- Clear the selection associated with RfpioOpportunity Layout and click Next.
- Clear the selection associated with Asset Layout and click Save.
The newly added custom object field displays in the Custom Fields & Relationships section as shown below:
- From Responsive, go to Organization Settings > Integration > CRM.
- Click the Configure button for Salesforce.
- Click Connect to Salesforce.
- Scroll down and click Add Salesforce Object.
- Select Asset from the Report Field Mapping drop-down. Click Save.
-
From Salesforce, go to Setup > Build > Develop > Lightning Components. and select Visualforce Pages.
- Click New.
- Enter the Name, Label and Description.
Note: The label must be unique.
- Enter the following code in the Visualforce Markup tab:
Note: In the code below, replace the YOUR CUSTOM OBJECT API text with the value of the custom object you selected (such as Asset).
- Projects:
<apex:page StandardController="YOUR CUSTOM OBJECT API" extensions="rfpio.RfpioController" showHeader="false" applyHtmlTag="false" sidebar="true" action="{!onLoad}" docType="html-5.0">
<rfpio:RfpioComponent recordId="{!recordId}" RFPIO_BASE_URL="{!RFPIO_BASE_URL}" bgColor="{!bgColor}" JSONString="{!JSONString}" createButton="{!createButton}" intakeButton="{!intakeButton}" associateButton="{!associateButton}" removeAssociateButton="{!removeAssociateButton}" launchRFPIO="{!launchRFPIO}">
</rfpio:RfpioComponent>
</apex:page>
- Intakes:
<apex:page StandardController="YOUR CUSTOM OBJECT API" extensions="rfpio.RfpioIntakeDetailsController" showHeader="false" applyHtmlTag="false" sidebar="false" action="{!getIntakeDetails}" docType="html-5.0">
<rfpio:RfpioIntakeComponent recordId="{!recordId}" bgColor="{!bgColor}" createButton="{!createButton}" selectedFieldList="{!selectedFieldList}" rfpioIntakeDetailsList="{!rfpioIntakeDetailsList}" />
</apex:page>
- Projects:
- Click Save. The Asset page will be displays as shown below:
- Once the Visualforce page is created, click + to customize the tabs.
- Click Customize My Tabs, add Assets, and click Save. The Assets tab displays as shown below:
Note: See Configuring Object Type (Classic) for more information on tab customization.
- Click Assets.
- Click New to add a new asset.
- Enter the details and click Save. The new asset displays in the Recent Assets section as shown:
- Click the asset name, then click Edit Layout.
- Select Section, then drag and drop it into the Asset Detail section.
- On the Section Properties pop-up, enter RFPIO Documents in the Section Name field and select the 1-Column layout button.
- Click OK.
- Click Visualforce Pages, then select Asset and drag and drop it into the RFPIO Documents section.
- Once the Visualforce page has been added, click the Properties icon, or double-click on the layout, to bring up the Visualforce Page Properties pop-up.
- Type 500 in the Height (in pixels) field to add extra space when viewing the projects.
- Select the Show Scrollbars and/or Show Label checkboxes if applicable.
- Click OK. The layout displays as shown below.
- Click Save to save the changes. The Assets layout displays as shown below:
- Click Setup from the top navigation bar.
-
Essentials features are subscription-based and may not be available for all users. Contact your account manager, or accountmanagers@responsive.io, for more details.