Make REST API Callout Using Lightning Web Component in Salesforce

Rest API callout using fetch API in LWC

While working with Salesforce Lightning Web Components, I needed to fetch real-time currency conversion rates for a client project to convert opportunity amounts into various currencies based on different geographic locations. For this, I used a REST API callout to fetch the data from openexchangerates.org and enable accurate currency conversion. In this Salesforce tutorial, we … Read more >>>

Salesforce Agentforce Training and Certification Resources

Salesforce Agentforce Training and Certification Resources

Agentforce is the AI for Salesforce and a platform for users, partners, admins, and developers to build, test, and deploy AI agents in their Salesforce org or external website. When I learned about Agentforce, I realized that my team could do much better with the right tools and some training. The Agentforce specialist certification also … Read more >>>

Assign Tasks in Salesforce Using Apex

Assign Tasks in Salesforce Using Apex

Usually, when we want to assign a task to users or a queue, we do it manually from the record detail page. But what if I told you we can automate this task assignment process using a Salesforce Apex class? Yes, with Apex, we can write logic to automatically assign tasks to specific users or … Read more >>>

How To Embed Lightning Web Component In Visualforce Page?

Create Visualforce page with embeded LWC

In Salesforce, to embed the Lightning Web Component in the Visualforce page, we first need to wrap the component with an Aura component. The Aura component serves as a bridge between the Lightning Web Component (LWC) and the Visualforce page. In this Salesforce tutorial, we will learn how to embed a Lightning web component in … Read more >>>

How to Clone the Record With Related List in Salesforce

Clone Related list in Salesforce

To create similar records in Salesforce, we have an option to clone that specific object record using the Clone quick action. But it does not clone child records in a master-detail relationship, such as an Opportunity that has Opportunity Products and Quotes. In the Accounts object, you will get the option to clone the related … Read more >>>

Display Notifications in Salesforce Lightning Web Components

Add warning alert in Lightning Web Components

In Salesforce Lightning Web Components, we can display custom notifications using the built-in alert, prompt, and confirm modals. There are several scenarios in which we need to display notifications in Lightning Web Components. For example, displaying a success alert upon record creation, a confirmation alert when deleting, or a prompt alert when updating records in … Read more >>>

Display PDF Files With Lightning Web Component in Salesforce

View PDF in Salesforce Lightning Web Component

Have you ever wanted to display a PDF file within your Salesforce Lightning pages? Maybe it’s an invoice, contract, or even a report. To view the PDF on the Lightning Record or App page, we can use Lightning Web Components. In this Salesforce tutorial, we will learn how to display PDF files with Lightning Web … Read more >>>

Virtual Class in Salesforce Apex

Virtual Class in Salesforce Apex

In object-oriented programming, we extend the parent class to reuse code and add new features in the child class without rewriting everything from scratch. This is what we call inheritance. In Java, when we need to inherit from any class, we need to use the extends keyword to create the child class. However, in Salesforce … Read more >>>

Salesforce Apex With, Without, Inherited and Omitted Sharing

Implement with sharing in Salesforce Apex

In a Salesforce Apex class, we can define the sharing settings to control data access and ensure security within the Salesforce platform. To manage how Apex classes follow record-level access, we use keywords such as with sharing, without sharing, inherited sharing, and omitted sharing in Salesforce Apex. In this blog, we’ll learn what each of … Read more >>>

live webinar

Build Your First Agentforce AI Agent in Salesforce

We will show demo on the complete process of building your first AI Agent in Salesforce using Agentforce. You’ll learn how agents work and how to connect your agent to Salesforce data to deliver intelligent business outcomes.

Agentforce in Salesforce

DOWNLOAD FREE AGENTFORCE EBOOK

Start with AgentForce in Salesforce. Create your first agent and deploy to your Salesforce Org.