Push Notifications, Salesforce Console
In the Salesforce Classic console, push notifications that update the console in real-time when records the agent is viewing are modified by other users or system processes, keeping the agent's view current without manual refresh.
Definition
In the Salesforce Classic console, push notifications that update the console in real-time when records the agent is viewing are modified by other users or system processes, keeping the agent's view current without manual refresh.
In plain English
“Push Notifications in the Salesforce Classic console update the console in real-time when records an agent is viewing get modified by other users or system processes. It keeps the agent's view current without needing manual page refreshes.”
Worked example
Pelican Bay Insurance still runs a 2017-era Salesforce Classic Service Console for the claims team, with Push Notifications enabled on the Case and Account objects. When two adjusters happen to have the same Case open simultaneously and one updates the field-damage estimate, the other's console panel updates in real time - no manual refresh, no working off stale data. A supervisor watching a queue of escalated Cases sees status flips instantly as agents move through them. The team is migrating to Lightning Experience next year, where the equivalent functionality comes from the Lightning Console JS API and platform events; until then, the Classic Push Notifications keep the team from stepping on each other's edits.
Why Push Notifications, Salesforce Console matters
In the Salesforce Classic console, Push Notifications are notifications that update the console in real-time when records the agent is viewing are modified by other users or system processes, keeping the agent's view current without manual refresh. This prevented agents from working with stale data when colleagues or automations updated the same records.
Console push notifications are a Classic-era concept. Lightning Service Console handles similar needs through reactive updates in the component-based architecture. Modern Lightning components can automatically refresh when underlying data changes without needing explicit notification configuration. Knowing about Classic console push notifications matters mostly for understanding legacy implementations.
How organizations use Push Notifications, Salesforce Console
Helps clients still on Classic understand console push notifications and plan migration to Lightning.
Treats Classic console push notifications as a legacy feature replaced by Lightning component patterns.
Migrated from Classic Console to Lightning Service Console, with reactive components handling update needs.
About the Author
Dipojjal Chakrabarti is a B2C Solution Architect with 29 Salesforce certifications and over 13 years in the Salesforce ecosystem. He runs salesforcedictionary.com to help admins, developers, architects, and cert/interview candidates sharpen their fundamentals. More about Dipojjal.
Test your knowledge
Q1. What are Classic Console Push Notifications?
Q2. What replaces them in Lightning?
Q3. Should you use Classic console patterns today?
Discussion
Loading discussion…