Mohit Kumar
MemberComponent 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…
What is Salesforce Community Cloud? Learn About its Features and Benefits
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.…
Integration Through JWT FLOW | Server-to-Server Integration | Salesforce
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.…
All You Need to know About Salesforce Lightning Component Lifecycle
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.…
Learn About Apex Triggers in Salesforce & When to Use It
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,…
Named Credentials as Callout Endpoints - Salesforce Developer Guide
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,…
Learn All About Salesforce Apex Programming Language
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…
Salesforce Lightning Component Framework - Learn All About it Here
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…
What is Lightning Notification Library in Salesforce
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…
Learn About Lightning Design System in Salesforce
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 Client Credentials Flow | Salesforce Developer Guide
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 in Salesforce | The Developer Guide
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…
- Viewing 25 - 36 of 40 articles