How to Create Custom Objects and Fields in Salesforce?

salesforce create custom object

Salesforce provides standard objects like Account, Contact, Lead, Opportunity, and Case to manage business data. But every business has different requirements. Sometimes the standard objects are not enough to store all the information your company needs. In that situation, Salesforce allows us to create Custom Objects and Custom Fields. Custom Objects help us create our … Read more >>>

How to Calculate Business Days in Salesforce Using Apex (Exclude Weekends & Holidays)

calculate business day in salesforce

If you have ever tried to calculate business days in Salesforce by simply subtracting two dates, you probably noticed one problem: Salesforce returns calendar days, not working days. That means the result also includes Saturdays, Sundays, and public holidays. But in real business scenarios, such as SLA tracking, employee leave management, or order processing timelines, … Read more >>>

Calculate Business Days Using Salesforce Flow

Calculate Business Days Using Salesforce Flow

Calculating business days in Salesforce using Flow is a great option when you want to keep the solution declarative and avoid using Apex code. It is useful for scenarios like calculating due dates, follow-up dates, SLA timelines, or any business process where weekends and holidays should not be counted. In this tutorial, I will show … Read more >>>

Salesforce Process Builder + How to Migrate to Flow Builder [Complete Guide]

Define Process Builder Structure in Salesforce Lightning

If you’ve been using Salesforce Process Builder to automate business processes, or you’re preparing for a Salesforce certification exam and came across this feature, there’s one important thing you should know. Salesforce officially retired Process Builder on December 31, 2025. This means Salesforce no longer provides new updates, bug fixes, or official support for Process … Read more >>>

Trigger Handler Pattern in Salesforce Apex (Complete Guide)

Apex Trigger Helper Class in Salesforce

When we start working with Salesforce Apex triggers, most beginners write all the logic directly inside the trigger. This approach may work for small use cases, but as your project grows, your code becomes difficult to manage, debug, and scale. In real-world Salesforce projects, multiple automations run on the same object. If everything is written … Read more >>>

How to Add a Custom Navigation Menu in Salesforce Lightning Experience

Navigation Items in Salesforce

If you’ve worked in Salesforce Lightning Experience, you’ve probably seen the navigation bar at the top of the page. These tabs help users quickly open objects such as Accounts, Contacts, Opportunities, and other custom objects. Many Salesforce Admins and Developers don’t know that this navigation menu can be fully customized based on business needs. You … Read more >>>

How to Display Alerts and Notifications in Salesforce UI Header

Display Alerts and Notifications in the Salesforce UI Header

If you’ve ever needed to show an important message to all Salesforce users, such as a system maintenance update, compliance reminder, or deadline notification, you may have noticed that Salesforce does not provide a single button to display alerts across the entire UI. Instead, Salesforce offers different notification options, each designed for a specific use … Read more >>>

Screen with Two Columns in Salesforce Flow (Detailed Guide)

How to create Multi Column Screen in Salesforce Flow

Salesforce Flow is one of the most powerful automation tools available in Salesforce. Among all flow types, Screen Flow is widely used because it allows users to interact with a custom user interface without writing code. When we create a Screen Flow, all fields are usually displayed in a single column by default. However, in … Read more >>>

How to Show Logged-In User Details in the Salesforce Header

Show Logged-In User Details in the Salesforce Header

A common requirement in Salesforce is displaying the logged-in user’s information in the Lightning interface. For example, you may want to show the current user’s name, department, or role in a custom Lightning component, app page, or internal portal. Salesforce offers multiple ways to achieve this, depending on your requirements. In this tutorial, we will … 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.