How to Concatenate Columns in LWC Lightning Datatable?

How to concatenate Lightning data table columns

In the Salesforce Lightning data table, there is no built-in support for concatenating table columns so that we can display the data of two or more columns in one column. For example, we could concatenate the “First Name” and “Last Name” fields from a list of contacts into a single “Full Name” column. In this … Read more >>>

Prompts and Prompt Builders in Salesforce Agentforce

Prompts and Prompt Builders in Salesforce Agentforce

Whenever you ask an agent a query or question, the prompts are how you communicate with the large language model(LLM). AgentForce responds to queries and requests in a language inspired by human speech and provides relevant responses. Designing an effective prompt is key to unlocking the benefits of generative AI. In this tutorial, we will … Read more >>>

How to Display Tooltip on Salesforce Lightning Data Table?

How to display tooltip in Salesforce Lightning web components

In Salesforce Lightning web components, we use the lightning-helptext tag with the content attribute to display the Tooltip Text. The tooltip text is similar to the help text we define for the object fields while creating them. In this Salesforce tutorial, we will learn about the Tooltip feature and how to display a tooltip in … Read more >>>

Display Picklist Values by Record Type in Salesforce Screen Flow

Salesforce Screen flows with Record type Picklists

In Salesforce, we use screen flow to create records. Meanwhile, we need to enter the required fields to create the records. Sometimes, it includes conditional field values, such as picklist values based on the selected record type of the object. In this Salesforce tutorial, I will explain how to display picklist values by record type … Read more >>>

Reorder Rows Using Drag and Drop in LWC Data Table

Reorder Rows with drag and drop in LWC data table

In Salesforce Lightning Data tables, we can add a drag-and-drop feature to arrange the rows in the data table. This will allow dynamic reordering of records directly within the UI of the Lightning data table. In this Salesforce tutorial, we will learn how to reorder rows using drag-and-drop in the LWC data table. Create an … Read more >>>

LWC Lightning Datatable with Aggregated Columns

Add Aggregate Columns in LWC data table

In Salesforce LWC lightning data tables, we can add aggregate columns to display aggregated values, such as the sum of a number of records and an average of amounts in the currency field. In this Salesforce tutorial, we will learn how to create an LWC lightning data table with aggregated columns. Create LWC Lightning Datatable … Read more >>>

Create an LWC Data Table With Nested Iterators in Salesforce

Custom Table with nested iterator using LWC in Salesforce

In Salesforce, using LWC components, we create a data table with Nested Iterators to display hierarchical or grouped data within a data table. The Lightning data table utilises nested iterators to render rows and columns, and fetches data via Apex. After deploying it on the record page, it displays related records with customizable fields and labels. In … Read more >>>

How to Update Headers Dynamically in Salesforce LWC Data Table?

Change Header columns in LWC data table

In Salesforce Lightning data tables, we can add some dynamic functionality, such as updating the headers dynamically based on user input. Instead of changing the column headers through code, we can define the LWC component so that the user can change them directly in the Salesforce Lightning app builder. In this Salesforce 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.