LWC vs Aura

LWC LWC uses core Web Components standards (Native browser APIs) and provides only what’s necessary to perform well in browsers supported by …

Marketing Cloud Basics

It enables you to know your customer, personalize with intelligence, and engage across the entire journey. It’s the only integrated customer engagement …

SFDX

Prerequisite: Enable “Dev Hub” in your Production Org. 1. Log in to the Dev Hub To authorize the Dev Hub, use the …

Aggregate functions MAX & MIN are not supported on the “ActivityDate” field of the Task object (idea). select Max(ActivityDate) max0, accountId from …

Platform Events

Platform event is based on Event-driven architecture. Unlike request-response communication models, software architecture built on an event-driven model decouples event producers from …

Custom Metadata can be accessed from Apex using SOQL List < Service_Provider__mdt >serviceMetadat = SELECT Object_Type__c, Provider_ Field__c FROM Service_Provider__mdt Apex code …

Enterprise WSDL vs Partner WSDL

Salesforce provides two SOAP API WSDLs for two different use cases. The enterprise WSDL optimized for a single Salesforce org. It’s strongly …

Process Builder vs Flow Builder

Process Builder Use Process Builder when you need to start a behind-the-scenes business process automatically. Processes can start when: A record is …

Apex Callout from Queueable Apex

Implement the Interface “Database.AllowsCallout” to do a callout from Queueable Apex. If you don’t implement this interface, below error is showed Callout …

Integration patterns identify how systems interact with each other. Salesforce Lightning Platform Integration Patterns

Difference between whoId and whatId

WhoID in Salesforce refers to people things. So that would be typically a Lead ID or a Contact ID. The WhoId represents a …

If you want to maintain staticresources using sdfx follow the below steps Create a folder Include all your files css, js, html …

How to delete LWC component

LWC components can be deleted in two ways. 1. Delete from sfdx If you want to delete a component “accountCreator” then run …

On-Demand Salesforce Commerce Cloud boxes can be using sfcc-ci or native SFCC’s swagger. I am going to jot down steps using sfcc-ci …

How to setup Salesforce CICD

Setting up Salesforce’s CICD using GIT and Jenkins @CICD @Salesforce @Jenkins @GIT Objective: I am tracking various metadata in GIT and need …

Trusted IP ranges vs Login IP ranges

Login IP ranges control login access for a user profile. Users with profile login IPs can only log in from IP addresses …

Record Triggered Automation

Refer to the below table to determine when to sue Low code to Pro code. 

Summer 21 Release notes

Refer to the below table to determine when to sue Low code to Pro code. Customization 1. See Record Access Reasons in …

How to add design attributes in LWC

Design attributes are set in the configuration file i.e. component.js-meta.xml <?xml version=”1.0″ encoding=”UTF-8″?><Lightning Component Bundlexmlns =” http://soap.sforce.com /2006/04/metadata”> <apiVersion>48.0 </apiVersion><isExposed>true </isExposed><targets><target> lightning__AppPage …

Aura Component Event

A component event is fired from an instance of a component. A component event can be handled by the component that fired …

Content What Do We Expect From A Test Management Tool? Execution What Are The Advantages Of A Test Case Management Tool? Other …