Salesforce Pop-Up Message on Record Page Using EvoluteMessage (No Code)

Sometimes Salesforce users need to see important information immediately upon opening a record. For example, sales representatives may need reminders before closing an opportunity, support agents may need customer-specific instructions, or administrators may want to display business notifications directly on a record page.

One of the easiest ways to achieve this is by using a pop-up message. A pop-up message appears when a user opens a record, helping ensure important information is not missed.

In this tutorial, you will learn how to add a pop-up message to a Salesforce Lightning record page using the EvoluteMessage component from AppExchange. This solution requires no coding and can be configured directly from the Lightning App Builder.

What Is a Pop-Up Message in Salesforce?

A pop-up message is a notification that appears automatically when a Salesforce record page is opened. Depending on the configuration, it can display warnings, instructions, reminders, announcements, or even launch a Flow.

Organizations commonly use pop-up messages for:

  • Displaying customer account alerts
  • Showing compliance or policy reminders
  • Notifying users about approval requirements
  • Providing sales process instructions
  • Highlighting important updates for specific records

By displaying information at the right time, pop-up messages help improve user productivity and reduce errors.

Ways to Display Pop-Up Messages in Salesforce

There are multiple ways to show pop-up messages in Salesforce.

MethodCoding RequiredBest For
EvoluteMessage ComponentNoQuick implementation
Salesforce FlowLowGuided user interactions
Lightning Web Component (LWC)YesAdvanced custom solutions
Validation RulesNoData entry warnings
Custom Aura ComponentsYesLegacy implementations

For administrators looking for a fast and no-code solution, EvoluteMessage is one of the easiest options available.

Salesforce Pop-Up Message on Record Page Using EvoluteMessage

Below, I will explain how to display a pop-up message on the Record Page in Salesforce using EvoluteMessage.

Prerequisites

Before proceeding, ensure the following:

  • Salesforce Lightning Experience is enabled.
  • You have System Administrator permissions.
  • Access to Salesforce AppExchange.
  • Permission to customize Lightning Record Pages.

Step 1: Install EvoluteMessage from AppExchange

Visit Salesforce AppExchange and search for EvoluteMessage.

Add pop message in Salesforce Record Page

Install the package into your Salesforce organization and grant access to the required users.

Salesforce Lightning Add Pop up message in Record Pages

After installation is complete, the component becomes available within the Lightning App Builder.

Step 2: Open the Lightning Record Page

  1. Navigate to the object where you want to display the pop-up message.
  2. Open any record.
  3. Click the Setup gear icon.
  4. Select Edit Page.
Edit Record page to add pop-up message in Salesforce

This opens the Lightning App Builder, where page components can be customized.

Step 3: Add the EvoluteMessage Component

In the Lightning App Builder:

  1. Locate the EvoluteMessage component in the custom components section.
  2. Drag and drop the component onto the record page.
  3. Select the component to view its configuration properties.
Add Component to display pop-up message in Salesforce Record Page

The component can be placed in any region of the Lightning Record Page.

Step 4: Configure the Pop-Up Message

After adding the component, configure the pop-up settings.

Typical settings include:

SettingDescription
Popup TypeToast, Modal, or Flow
TitleMessage heading
Message BodyMain notification text
Display ConditionsRules controlling when the pop-up appears
Expiration DateAutomatically disable after a specific date
Target UsersControl who can see the pop-up

Configure these settings based on your business requirements.

Add filter for pop-up message on Salesforce Record Page
Salesforce Lightning Add Pop-up message to Record Page

In the Accounts, I have one account named Cardone Technologies that is missing the Phone number field. Ideally, when I open this account, it should display the pop-up message. Now I will open this account to see the pop-up message.

Salesforce Lightning Pop-up message display on Record Page

Understanding Popup Types in Salesforce

1. Toast Notification

A Toast notification appears temporarily on the screen and automatically disappears after a few seconds.

Use Toast notifications when:

  • Displaying informational messages
  • Showing reminders
  • Providing quick updates

2. Modal Popup

A modal pop-up requires user interaction before continuing.

Use Modal popups when:

  • Displaying important warnings
  • Showing compliance requirements
  • Requesting user acknowledgment

3. Flow Popup

A Flow popup launches a Salesforce Flow directly from the record page.

Use Flow popups when:

  • Collecting user input
  • Running guided processes
  • Automating business actions

Why Use Pop-Up Messages Instead of Standard Salesforce Notifications?

Salesforce provides multiple ways to communicate information to users, including email alerts, Chatter notifications, validation rules, and in-app guidance. However, these methods are not always effective because users may overlook them.

Pop-up messages appear directly on the record page when users are working with data, making them more visible and actionable.

The following table compares common notification methods in Salesforce:

FeaturePop-Up MessageEmail AlertValidation Rule
Visible on Record PageYesNoYes
Requires User AttentionHighMediumHigh
Can Display Detailed InstructionsYesLimitedLimited
Supports Conditional LogicYesYesYes
User-Friendly ExperienceHighMediumLow
Appears Instantly During User ActionYesNoYes
Can Launch a Salesforce FlowYesNoNo
Can Be Used for Process GuidanceYesLimitedNo
Best ForAlerts, Reminders, NotificationsCommunication & UpdatesData Validation
User Can Continue Without ActionDepends on ConfigurationYesNo

Because popup messages appear at the exact moment users need information, they are often more effective than traditional notification methods.

Example: Display a Warning on Opportunity Records

Suppose your organization requires sales representatives to verify contract details before moving an Opportunity to the Proposal stage.

You can configure a modal pop-up that displays the following message:

Contract Verification Required

Please verify all contract documents and customer requirements before moving this opportunity forward.

When users open qualifying opportunity records, the pop-up automatically appears, reminding them to complete the verification process.

This helps improve compliance and reduce mistakes during the sales cycle.

Benefits of Using Pop-Up Messages in Salesforce

Adding pop-up messages provides several advantages:

  1. Improve Data Quality
    • Users receive reminders before making critical updates.
  2. Reduce Process Errors
    • Important instructions are displayed at the point of action.
  3. Increase Compliance
    • Mandatory business requirements become more visible.
  4. Improve User Experience
    • Users receive contextual information without navigating to another page.
  5. Increase Adoption
    • Guided notifications help new users follow business processes correctly.

Best Practices for Salesforce Pop-Up Messages

Follow these recommendations for the best user experience:

  1. Keep Messages Short
    • Avoid lengthy paragraphs. Focus on the key action users must take.
  2. Use Clear Titles
    • Choose descriptive titles such as:
      • Approval Required
      • Customer Alert
      • Contract Verification Needed
  3. Avoid Too Many Popups
    • Too many notifications can overwhelm users and reduce effectiveness.
  4. Display Messages Only When Necessary
    • Use conditional visibility whenever possible to show messages only for relevant records.
  5. Regularly Review Active Messages
    • Remove outdated notifications that are no longer relevant.

Common Use Cases

Organizations frequently use pop-up messages for:

  • Opportunity stage reminders
  • Customer escalation alerts
  • Renewal notifications
  • Compliance acknowledgments
  • Sales process guidance
  • Support case instructions
  • Employee onboarding tasks
  • Data quality notifications

Frequently Asked Questions

1. Can I create pop-up messages in Salesforce without coding?

Yes. Solutions such as EvoluteMessage allow administrators to create popup messages without writing code.

2. Can pop-up messages be displayed only for specific records?

Yes. You can define conditions based on field values and business logic.

3. Can I use pop-up messages on custom objects?

Yes. Popup components can be added to both standard and custom object record pages.

4. What is the difference between a Toast and a Modal pop-up?

A Toast notification appears briefly and does not interrupt users, while a Modal popup requires user interaction before continuing.

5. Can I launch a Salesforce Flow from a pop-up?

Yes. Flow-based pop-up configurations can start Salesforce Flows directly from the record page.

Conclusion

In this tutorial, we learned how to add a pop-up message to a Salesforce Lightning record page using the EvoluteMessage AppExchange component.

This no-code solution allows administrators to display alerts, reminders, notifications, and guided instructions directly within Salesforce.

By implementing popup messages strategically, organizations can improve user adoption, reduce errors, increase compliance, and ensure important information is seen at the right time.

Depending on your business requirements, you can also explore Salesforce Flows and Lightning Web Components for more advanced pop-up functionality.

You may like to read:

live webinar

Salesforce Data Cloud with Agentforce Data Library

In this live webinar, we will showcase how Salesforce AI Agents use business data and documents to provide intelligent responses using Agentforce Data Library and Salesforce Data Cloud.

Agentforce in Salesforce

DOWNLOAD FREE AGENTFORCE EBOOK

Start with AgentForce in Salesforce. Create your first agent and deploy to your Salesforce Org.