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 human such as a lead or a contact. The label of this field is Name. WhatID in Salesforce refers to object type things.  That would typically be an Account ID or an Opportunity ID. […]

How to use On-Demand Salesforce Commerce Cloud Sandbox

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 1. sfcc-ci is available in GitHub, https://github.com/SalesforceCommerceCloud/sfcc-ci 2. You could clone the repo or use npm to install. 3. Create dw.json in your visual studio code workspace and if you are trying to […]

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 to deploy only the components that were changed but not to redeploy all the metadata from master branch. Solution: There could be various options to implement this requirement. I followed a custom route […]

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 within the range; otherwise, they’re denied access to Salesforce. Login IP ranges are typically used to restrict login IPs at a granular level. Trusted IP ranges control login access for an organization. When […]

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 Lightning Experience Now you can see why a user has the access they do, right from Record Sharing Hierarchy in Lightning Experience. Previously, you switched to Salesforce Classic to see this information. Sharing […]

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 </target> <target>lightning Community__Default</target><target>lightning__ FlowScreen</target> </targets><targetConfigs><targetConfig targets= “lightning__ FlowScreen” ><property name=”cartId” type=”String” default= “Salesforce Code Crack” label= “Enter the Employee Name “/ > </targetConfig> </targetConfigs></Lightning Component Bundle> lightning__AppPage – To use in App pages […]

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 the event or by a component in the containment hierarchy that receives the event. Can only be registered in the child component and handled in the parent component. Define an event <!–c:ceEvent–> <aura:event […]

Top 15 Best Test Management Tools New

Content What Do We Expect From A Test Management Tool? Execution What Are The Advantages Of A Test Case Management Tool? Other Test Case Management Tool Options Delphix Engine And Data Masking What Are The Advantages Of Using A Test Case Management Tool? QATraq is a task management and control system that spans the whole […]