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 >>>

Send An Email to User and Public Group Using Apex in Salesforce

How to Send Email to User Using Apex in Salesforce

In Salesforce, we have a flow automation feature that allows us to automate processes such as record updates, task assignments, creation of related records, and sending automated emails. However, we can use Salesforce Apex when the logic is complex or when working with a large number of records. Triggers are written in code, which provides … Read more >>>

Send SMS From Salesforce Using Twilio

Send SMS From Salesforce Using Twilio

When you are working as a support user and a high-priority case is created in Salesforce, we can automate the process of sending an email using a flow. Now, what if we also want to send an SMS from Salesforce when any condition is met to defined criteria? Therefore, we need to use a third-party … Read more >>>

live webinar

Salesforce Data Cloud with Agentforce Data Library

In this live webinar, we will showcase how Salesforce AI Agents use business data and documents to provide intelligent responses using Agentforce Data Library and Salesforce Data Cloud.

Agentforce in Salesforce

DOWNLOAD FREE AGENTFORCE EBOOK

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