Custom Login Flow in Salesforce is an advanced feature to set up a personalized authentication process beyond the standard username and password.
Browsing: architecture
An image cropper is a web component that allows users to resize, move, and crop photos. This post will guide to add image cropper in LWC
Salesforce Messaging enables businesses to communicate with clients via their chosen channels, such as SMS, MMS, WhatsApp, Facebook Messenger
This post will integrate Salesforce and Amazon Seller to automate data synchronization for e-commerce businesses.
We need to integrate external systems to pull information. In this post, we will do Shopify integration with Salesforce using Webhook to pull customer data.
We need to transform data in many format while working in salesforce project. This post will explain how to use data transformation using DataWeave in Apex.
Salesforce supports object initializer only for sObject and not for custom classes. This post will show how to implement Object Initializer in Salesforce Apex.
Cohesion and Coupling are essences of a good design process. The system should be decomposed into many modules to make…
Cohesion and Coupling are essences of a good design process. The system should be decomposed into many modules to make…
We have two approaches to build web applications in current time: Traditional web applications and Single page applications (SPAs). Traditional web applications perform…