Component Event Propagation in Salesforce – A Short Guide
The framework supports capturing and bubbling phases for component event propagation. These stages mimic the DOM processing pattern and give interested components a way to…
The framework supports capturing and bubbling phases for component event propagation. These stages mimic the DOM processing pattern and give interested components a way to…
What is Salesforce Community Cloud? Salesforce Community Cloud is an online social platform for businesses to create branded pages that connect customers, employees, and partners.…
JWT Integration This is used for Server-to-Server Integration Scenarios. This Flow Uses a certificate to sign the JWT request and doesn’t require explicit user interaction.…
A Lightning component is instantiated, rendered, and rerendered during its lifecycle. Components are only re-rendered when there’s a program or value change that requires re-rendering.…
Apex Triggers Apex triggers allow custom actions to be performed before or after data manipulation language (DML) events occur in Salesforce, such as insertions, updates,…
A named credential specifies the URL of a callout endpoint and its required authentication parameters in one definition. To simplify the setup of authenticated callouts,…
What is Apex? In the CRM cloud platform, Apex is an object-oriented programming language that has syntax similar to Java, which is also an object-oriented…
Introduction The Lightning Component Framework is a UI framework for developing single-page applications for mobile and desktop devices. It uses JavaScript on the client side…
Learn all about Lightning’s notification library in this blog. The notification library allows you to display messages in notes or toasts. This component requires API…
What is the Salesforce Lightning Design System? Should I use it? It’s easy to forget the days before Bootstrap when web developers had to painstakingly…
OAuth 2.0 has a flow called Client Credentials that is useful when there are requests to APIs that don’t involve the user. The client credentials…
User Agent Flow (Mobile App Integration) A simple flow for clients that don’t need to include global secrets (such as distributed apps) but can be…