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.
| Method | Coding Required | Best For |
|---|---|---|
| EvoluteMessage Component | No | Quick implementation |
| Salesforce Flow | Low | Guided user interactions |
| Lightning Web Component (LWC) | Yes | Advanced custom solutions |
| Validation Rules | No | Data entry warnings |
| Custom Aura Components | Yes | Legacy 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.

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

After installation is complete, the component becomes available within the Lightning App Builder.
Step 2: Open the Lightning Record Page
- Navigate to the object where you want to display the pop-up message.
- Open any record.
- Click the Setup gear icon.
- Select Edit Page.

This opens the Lightning App Builder, where page components can be customized.
Step 3: Add the EvoluteMessage Component
In the Lightning App Builder:
- Locate the EvoluteMessage component in the custom components section.
- Drag and drop the component onto the record page.
- Select the component to view its configuration properties.

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:
| Setting | Description |
|---|---|
| Popup Type | Toast, Modal, or Flow |
| Title | Message heading |
| Message Body | Main notification text |
| Display Conditions | Rules controlling when the pop-up appears |
| Expiration Date | Automatically disable after a specific date |
| Target Users | Control who can see the pop-up |
Configure these settings based on your business requirements.


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.

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:
| Feature | Pop-Up Message | Email Alert | Validation Rule |
|---|---|---|---|
| Visible on Record Page | Yes | No | Yes |
| Requires User Attention | High | Medium | High |
| Can Display Detailed Instructions | Yes | Limited | Limited |
| Supports Conditional Logic | Yes | Yes | Yes |
| User-Friendly Experience | High | Medium | Low |
| Appears Instantly During User Action | Yes | No | Yes |
| Can Launch a Salesforce Flow | Yes | No | No |
| Can Be Used for Process Guidance | Yes | Limited | No |
| Best For | Alerts, Reminders, Notifications | Communication & Updates | Data Validation |
| User Can Continue Without Action | Depends on Configuration | Yes | No |
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:
- Improve Data Quality
- Users receive reminders before making critical updates.
- Reduce Process Errors
- Important instructions are displayed at the point of action.
- Increase Compliance
- Mandatory business requirements become more visible.
- Improve User Experience
- Users receive contextual information without navigating to another page.
- 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:
- Keep Messages Short
- Avoid lengthy paragraphs. Focus on the key action users must take.
- Use Clear Titles
- Choose descriptive titles such as:
- Approval Required
- Customer Alert
- Contract Verification Needed
- Choose descriptive titles such as:
- Avoid Too Many Popups
- Too many notifications can overwhelm users and reduce effectiveness.
- Display Messages Only When Necessary
- Use conditional visibility whenever possible to show messages only for relevant records.
- 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:
- Display Custom Error Messages in Salesforce Apex
- Use Lightning Message Service (LMS) in Salesforce LWC
- Send Outbound Message Using Workflow in Salesforce
- Use Email Templates Directly in Salesforce Flow (Release Update)
I am Bijay Kumar, the founder of SalesforceFAQs.com. Having over 10 years of experience working in salesforce technologies for clients across the world (Canada, Australia, United States, United Kingdom, New Zealand, etc.). I am a certified salesforce administrator and expert with experience in developing salesforce applications and projects. My goal is to make it easy for people to learn and use salesforce technologies by providing simple and easy-to-understand solutions. Check out the complete profile on About us.