The Salesforce Platform Developer I practice exam set lets you practice for the real deal by showing you what the format of the questions in the actual Salesforce Certified Platform
Types of decorators in Salesforce with examples
This blog will discuss the Types of decorators in Salesforce with examples. Decorators are used to add or alter functionality in Salesforce. In Lightning Web Components we have three types
Schedule Apex in Salesforce with example
In this blog, we will discuss Schedule Apex in Salesforce with example. It is a type of asynchronous apex which used to run at a specific time. It runs in
Future method in Salesforce with example
In this blog, we will discuss about the future method in Salesforce with an example. We will also discuss how it\’s different from the queueable apex. It operates in the
Queueable Apex in Salesforce with example
In this blog, we are going to discuss Queueable Apex in Salesforce with example. Queueable Apex is another asynchronous type of apex. It runs in a separate thread and executes
Batch Apex in Salesforce with examples
In this blog, we will learn about Batch Apex in Salesforce with examples. There are two types of apex in Salesforce: Synchronous Synchronous apex executes all processes in one go,
Einstein for Developers
We recently saw the sneak-peak of Einstein for Developers in TrailheadX. It is currently available in beta version. This a great extension for developers who use VS Code for their
Test Class In Salesforce
What is a Test Class in Salesforce? A test class in Salesforce is designed to evaluate another class\’s functionality—typically an Apex class, trigger, or web service. Apex test classes are
Lightning Record Picker in Salesforce
Salesforce has recently announced the Lightning Record Picker component. Lightning-record-picker is available in Beta and shall be Generally Available (GA) in Spring ’24. Moreover, the Lightning Record Picker component in
Trigger Scenario Based Questions in Salesforce
Embarking on the Salesforce journey means understanding Trigger Scenario-Based Questions in Salesforce. Think of these scenarios as the power behind the scenes, making sure Salesforce responds smartly to data changes