Send Custom Bell Notification from Flow

The post explains how to create a flow for sending custom notifications using flow-builder in an organization's setup. The flow sends these notifications to the account owner when the opportunity amount changes. It thoroughly documents the process, including each step of the flow creation and implementation.

Create Custom Profiles from Scratch via the SOAP API | SoapUI Tutorial

This article guides users on creating a custom profile from scratch using SOAP API, highlighting the Salesforce Winter '22 Release that allows this process. It provides a step-by-step tutorial on using the SOAP UI tool to connect Salesforce org and perform operations, including retrieving, inserting, updating, and deleting records. The piece also offers download and installation instructions for the SOAP UI application.

Mention multiple users in the chatter post using Apex

The article explains how to post a chatter from Apex code and how to mention multiple users in the post. It describes a solution using an Apex Trigger and ConnectApi for notifying 'Account Reviewer' users about changes in Account ownership. The method ensures that all mentioned users are from the old and new owner regions.

Subscribe Platform Event in Lightning Component

The post details a method to display a warning message on Salesforce, suggesting fields to complete or correct to improve contact data quality. The solution involves creating a "Platform Event," an Apex Trigger, and a Lightning component in Salesforce. Apex Trigger publishes an event which the Lightning component subscribes to. Upon receiving an event message, the Lightning component sends a warning message to the user.

Trigger Bell Notification from Apex Code

Trigger Bell Notification from Apex Code

The Winter '21 release introduces the custom notification from Apex code feature that alerts users to changes or updates. This is especially useful for foreground notifications of backend asynchronous code execution. The CustomNotification class can be configured in various ways and sent using Apex code. Methods include managing the title, body, sender, type, target record and page of the notification.

Spring ’21: Five Release Highlights

The post discusses new Salesforce Spring '21 features including Dynamic Action for making object record pages dynamic. It highlights Local Development Enhancement of Lightning Web Component (LWC), customization of lightning-map Base Component, use of Lightning email templates in automation tools, and piloted creation of quick action for LWC.