
Alert, Confirm, and Prompt Modules in LWC
To generate notifications from your Lightning web components, use the new modules LightningAlert, LightningConfirm, and LightningPrompt instead of native APIs.

To generate notifications from your Lightning web components, use the new modules LightningAlert, LightningConfirm, and LightningPrompt instead of native APIs.

Use wire adapters to get related list record information without writing an apex code.

Random color picker LWC component
=> Generate random color code.
=>Copy the hex color code in the clipboard

Apex Custom Code Calculator.
Custom Code Calculator Application helps you to find how many code characters you have added in the existing apex class/trigger in your developer sandbox as compared to production org.

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.

Hello folks, Get rid of all standard ways to approve/reject an approval request. In this blog post, I am going…

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.

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.

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.

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.

Lightning Web Components was born to succeed Aura/Lightning components. Launched by Salesforce in Feb’19, Lightning Web Components is an open…