Enable Bulk Editing
Overview
This guide covers the essentials of setting up Bulk Edit capabilities within your Data Table. By combining row selection (checkboxes) with Header Actions, you can empower your users to update multiple records simultaneously, significantly reducing manual data entry time.

What You’ll Achieve
In this tutorial, you will learn how to:
Enable Multi-Row Selection: Activate checkboxes that allow users to select multiple records for a single batch action.
Configure the "Edit Selected" Interaction: Set up the specific interaction that launches a pre-built modal. This window automatically displays only the fields you have already marked as Editable in your data mappings.
Automate Mass Updates: Use the built-in bulk update logic. Once the user submits their changes in the modal, the component automatically handles the mass update to Salesforce—no additional flow or complex logic is required
Guided Steps
Make the header action functional
This is the logic that makes the button work.
Switch to the Interactions tab.
Select the Header Action Click event.
Target Name: Select the "Bulk Edit" button you created in Step 4.
Type of Interaction: Choose Edit Selected Records.
(Optional) Configure a Success Message to confirm when records have been updated.

Last updated
Was this helpful?



