Go to setup and search for “Einstein Setup” in the quick find box. Then turn on the toggle for “Turn on Einstein”. Now from the Setup -> Quick Find, […]
How to get a Agentforce Trial Org
Agentforce –> Salesforce’s Einstein Generative AI Platform is not currently available in Developer Edition orgs. However, you can sign up for a trial org through one of the Trailhead modules. This org will be available […]
What is salesforce subflow?
A subflow is an autolaunched flow or a screen flow, which is referenced by another flow (called the parent flow) and calls the subflow at its runtime. Use the subflow’s input and output assignments to […]
Salesforce Flow Best Practices
Never Perform DML Statements in Loops Never ever perform a DML Statement inside of a Loop. This means don’t use a repetitive Get/Update/Create, or Delete inside of a Loop. This is so that your risk […]
How to get picklist values in lwc without Apex code?
This wire adapter fetches picklist values for a specific field on an object, allowing you to dynamically populate dropdowns and other selection elements. import { LightningElement, wire } from ‘lwc’; import { getPicklistValues } from […]
What is SLDS?
What is SLDS? SLDS stands for -> Salesforce Lightning Design System. It is a CSS framework that helps designers and developers create better user interfaces for Salesforce applications. SLDS gives users access to the same […]
Lightning Console Limitations
Lightning Console Limitations Lightning console apps are now in beta release, it does not support all the features of classic console app. It may take some more salesforce releases to compatible with some cool features […]
Marketing Cloud and Pardot – Comparison
Let’s start with the similarities between Marketing Cloud and Pardot – they are both marketing automation tools available in salesforce. The difference is that Marketing Cloud helps you engage with your customers, or as we call […]
Try Wave Analytics with a special Developer Edition org
You can’t use an existing Developer Edition org to try wave analytics. You must sign up for a special Developer Edition because it comes with a limited Analytics Cloud Wave Platform license and contains sample […]
What is Data Loader?
The Data Loader is an easy to use UI tool that helps you to load your data into Salesforce objects. The Data Loader can also be used to extract data from salesforce objects. If your […]