Tableau RANK() Function

Show Ranking in Tableau

Tableau’s RANK() function lets you sort your data and assign positions to each row, so you can quickly answer questions like “Who are my top 10 customers?” or “Which region is performing worst?” Sorting the data was helpful, but I wanted to automatically assign ranks to each region based on its sales values. In solution, … Read more >>>

CEILING() Function in Salesforce | Syntax, Examples, & Use Cases

CEILING() Function in Salesforce

As a Salesforce Admin, I created a Formula Field for a decimal value (for example, 7.3). I used the CEILING() function to ensure the result always rounds up to the next whole number (in this case, 8). In this article, we will learn about the CEILING() function in Salesforce and how to use it to calculate the rounded-up value of … Read more >>>

Automatically Delete Records Using Salesforce Flows

Delete Records Using Salesforce Flows

When we are doing business with a customer, we create an account and mark it as Active. Also, when we stop working with that customer, the user sets that account as deactive. The requirement is that whenever a user marks an Account as not active and saves the record, Salesforce should automatically delete that Account. … Read more >>>

Salesforce: Call Apex From Lightning Web Components (LWC)

Call Apex From Lightning Web Components (LWC)

In Salesforce LWC (Lightning Web Component), we need to call Apex to access and manipulate data on the Salesforce backend, performing complex business logic operations that cannot be handled solely within the LWC. To call an Apex method from LWC in Salesforce, we can use the wire property or the wire function, or call it imperatively. … Read more >>>

Automate Processes Using Apex Triggers in Salesforce [Detailed Guide]

Create Apex Trigger in Salesforce

As a Salesforce Developer, I was assigned the task of automating the process of assigning high-priority cases (e.g., “Critical” or “High”) to a specialized support team. This should happen when a case is created or its priority is changed. To fulfill this requirement, I need to develop an Apex trigger program. In this tutorial, I will explain how … 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.