How to Get Current Datetime in Apex Salesforce

How to get my correct current local time in Apex

The organization where I work as a Salesforce developer has a global Salesforce implementation with users in multiple time zones. When scheduling tasks or reminders, it’s crucial to ensure that each user creates these events at the correct local time. When a user logs in to Salesforce, the system must display the current time and … Read more >>>

Convert a String to an Integer using Apex in Salesforce

Salesforce apex convert string to integer

Recently, while building a custom class for user input in my Salesforce org, where I was customizing the fields for the Contact object, I noticed a custom field ‘age’ in the contact that stores the data in string format. I had to convert this string data into an integer to make it convenient to validate … Read more >>>

How to Find Out when a Report was Last Run in Salesforce?

Find Out when a Report was Last Run in Salesforce

The organization where I work as a system admin uses Salesforce as its primary CRM tool. I have created multiple reports in the past to track the history, activity, and new updates of sales and objects. However, we have noticed that many reports have not been used for a long time and do not align … Read more >>>

How to Create an Event with Flow in Salesforce [2 Ways]

Salesforce event created with record triggered flow

While working with Salesforce CRM, I was assigned the task of creating a follow-up event for the Opportunity and Campaign records. Instead of creating the events manually, I decided to automate the task creation using the Salesforce flow. The two approaches I followed to create events using flows are as follows. If you are new … Read more >>>

How to Pause and Resume a Screen Flow in Salesforce

Pause a Salesforce Screen flow

In this Salesforce tutorial, we will learn to Pause and Resume a Screen Flow in Salesforce. In Salesforce flows, we have a Pause feature, specifically for the Screen flow. This helps in pausing a flow for a specific time duration, and with the Resume function, we can start the flow from where it was paused. … Read more >>>

Salesforce Lightning App Page

Salesforce app page add components

The Salesforce Lightning App pages are the type of Lightning page used to display custom app pages in the Lightning Experience. These pages display related tabs, information, and actions. In this Salesforce tutorial, we will learn to create lightning app pages in Salesforce, and after this, we will activate and deploy that custom app page … Read more >>>

How to Use Collection Filter in Salesforce Flow

Add a Collection filter element in a Salesforce Flow

In Salesforce flow, a collection filter is an element that filters out the records according to the filter conditions from its source, like a get record element. In this Salesforce tutorial, we will learn about the Collection Filter in Salesforce Flow and how and when to use it. Collection Filter in the Salesforce Flow In … Read more >>>

How to Update Picklist-Multiselect using Flow in Salesforce

Picklist Multi-select update using trigger flow in Salesforce

In Salesforce, the picklist-multi-select field allows us to select multiple values for a single field. If any object in Salesforce has a picklist multi-select field and you need to update it, you can do so from the edit feature of that record page. We can also automate the process of updating the picklist muti-select field … Read more >>>

Auto-Deactivate Users with Schedule-Triggered Flow in Salesforce

Auto-Deactivate Users with Schedule-Triggered Flow in Salesforce

In Salesforce user management, we cannot delete a user once it is created, so we deactivate the user account to refrain the user from having access to the organization. We can automate the process of user deactivation using the flows, and in this Salesforce tutorial, we will learn to Auto-Deactivate Users with Schedule-Triggered Flow in … Read more >>>

How to Automate Assets Creation using Flows in Salesforce?

How to automate asset creation in Salesforce

In Salesforce, Assets are the products or items an organization sells or uses to service customers. The Assets are associated with accounts, opportunities, or cases, providing information about the products owned or used by customers. In Salesforce automation, we can automate the process of creating assets with the help of Salesforce flows, which results in … Read more >>>

Agentforce in Salesforce

DOWNLOAD FREE AGENTFORCE EBOOK

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

Salesforce flows complete guide

FREE SALESFORCE FLOW EBOOK

Learn how to work with flows in Salesforce with 5 different real time examples.