RevOps Docs for Startups
  • Welcome
  • Getting Started
    • Quickstart
    • About LeanScale
  • Growth Modeling
    • Building a Growth Model
      • Growth Model Assumptions
      • Growth Model Approaches
      • Growth Model Segmentations
    • Sales Capacity Plan
    • Marketing Plan
    • Customer Success Plan
  • Go-to-market Lifecycle
    • Go-to-Market Lifecycle
    • Lead Lifecycle
    • Sales Lifecycle
    • Customer Lifecycle
    • Proof of Concept Lifecycle
    • Lifecycle Measurement
  • Lead Attribution
    • Attribution Overview
    • Lead Source Taxonomy
  • Measuring Metrics
    • Reporting and Data Analytics
    • Sales Metrics
      • Created Pipeline
      • Weighted Pipeline
    • Marketing Metrics
      • Lead Impact Matrix
      • CAC to LTV
    • Customer Success Metrics
      • Net Retention
    • Partnership Metrics
    • Presenting Metrics
  • GTM Tech Stack
    • GTM Tech Stack Overview
    • When To Buy New Systems
    • Driving System Adoption
    • CRM Considerations
      • User-Oriented CRM
      • Data & Reporting CRM
      • Security-Focused CRM
  • Aligning Sales/Marketing
    • Alignment Overview
    • How to Align?
    • What is an SQL?
    • Building Marketing Operations
    • Defining GTM Process
    • Interviewing GTM Leaders
    • Finding The Right Talent
  • System Demos
    • Data Enrichment
      • Clay
      • Traction Complete
    • Conversational Intelligence
      • Gong
      • Unthread
    • CPQ
      • Dealhub
      • Salesbricks
    • Data Analytics
      • RevVue
      • QFlow
  • CRM Tips
    • Salesforce
      • Create Opp from Contact
      • Validation Rules in Flow
      • Roll Up Summary Field
      • Close Date Change Counter
      • Lead Stages
      • Sales Stages
      • Customer Stages
      • Next Step Fields
      • Lead Source Taxonomy
      • Proof of Concept Stages
      • Displaying Record Information
      • Display Dynamic Lists
      • Messages to End Users
      • Create Custom Buttons
      • Tips for Data Loader
      • Salesforce Inspector Reloaded
      • SFDC Navigator for Lightning
      • Bypass Validation Rules
      • Sales Manager Notes Field
      • Renaming Fields and Objects
      • Getting Faster to Record ID
    • Hubspot
      • Disable Picklist Options
      • Create Yesterday's Date
      • Create Today's Date
  • Strategic Walkthroughs
    • Revenue Operations Flywheel
    • Post-Fundraise Playbook
    • Building Board Decks
    • Building Dashboards
      • CEO Dashboards
      • Executive Dashboards
      • Marketing Dashboards
      • Sales Dashboards
      • CS Dashboards
      • Funnel Analytics
    • ChatGPT as a Salesforce Admin
    • Sales Commission Plans
    • Building Sales Territories
Powered by GitBook
On this page
  • How to Bring Other Objects and Data into Salesforce Records
  • Overview
  • Prerequisites
  • Step-by-Step Instructions
  • Example
  • Considerations
  • Troubleshooting

Was this helpful?

  1. CRM Tips
  2. Salesforce

Displaying Record Information

PreviousProof of Concept StagesNextDisplay Dynamic Lists

Last updated 7 months ago

Was this helpful?

How to Bring Other Objects and Data into Salesforce Records

Overview

This document provides instructions on how to bring other objects and data into Salesforce records using related records and an update action. This method can be used to display information from related objects on a record without creating new custom fields.

Prerequisites

  • Access to a Salesforce organization with Lightning enabled.

  • An understanding of how to create related records and update actions.

Step-by-Step Instructions

  1. Navigate to the record you want to add the related record to.

  2. Click the Edit button.

  3. In the Related Records section, click the New button.

  4. Select the object you want to relate to the record.

  5. Enter the necessary information for the related record.

  6. Select the Update Action you want to use.

  7. Click the Save button.

  8. The related record will now be displayed on the record.

Example

In this example, we will add the account information to an opportunity record.

  1. Navigate to the opportunity record you want to add the account information to.

  2. Click the Edit button.

  3. In the Related Records section, click the New button.

  4. Select the Account object.

  5. Enter the account name and other relevant information.

  6. Select the Update Account action.

  7. Click the Save button.

  8. The account information will now be displayed on the opportunity record.

Considerations

  • The related record will only be displayed on the record if the user has permission to view the related object.

  • The update action will only be executed if the user has permission to edit the related object.

  • This method can be used to bring other objects and data into records, such as contacts, leads, and custom objects.

Troubleshooting

If the related record is not displayed on the record, check the following:

  • The user has permission to view the related object.

  • The related record has been saved.

  • The related record is not hidden by a page layout or field-level security.

If the update action is not executed, check the following:

  • The user has permission to edit the related object.

  • The update action is active.

  • The update action is not hidden by a page layout or field-level security.