Loading...

We are back with another Salesforce development solution for all the developers out there. In today’s issue, we will share how you can edit, delete and create Lightning record page tabs in a step-by-step guide.

So, without any delay, let’s get started!

1. To Change position or delete a tab on the record page tab:

Step1. Go to the record page of the object and click on the spiral icon on the top right of the page next to the profile.

Step 2. Click on the spiral icon and then go to the edit page.

Step 3. After that, you will be redirected to the record edit page now select the area which you want to edit in our case click on record details, and for order like which tab to appear first, we just have to name the tab in the right corner under the default tab dropdown. If you want to delete a tab just click on X on the right side of the tab and to change the order of the tab just click on icon and drag it up and down.

2. Add New Tab:

Step1. Click on Add tab on the record edit page.

Step 2. Select the type of tab which you want to create in our case we need a custom tab so we click on custom and name the tab.

Step 3. If you want a standard tab the data will automatically be filled just click on save and it will be done. But in our case, as we are adding custom action so we have to drag the component from the left side of the page to the tab. To add action to the page we need to drag related records.

Step 4. After adding the related record add a name to the component you added from the right panel

Step 5. Choose which action you want to add to that tab from the update action drop-down on the right panel all the update actions on that object will be visible there.

Step 6. After selecting the action click on the save button in the top right corner.

3. To Create Update Action:

As the custom tabs on the lightning record page are quick actions here is the way to create new actions and you can add them to the record page as mentioned above.

Step 1: Go to setup and then click on object manager then click on object name and go to Buttons, Links, and Actions (In lightning ).

If it is a standard object type name of the object in the quick search box and under that object, name Go to Buttons, Links, and Actions. If a custom object go to Create > objects and you will see custom objects click on your custom object scroll down and you will see a tab for Buttons, Links, and Actions.

1. For Lightning:




2. For Classic




Step 2. Click on the new Action button.

Step 3. From Action, type drop-down Select Update a record and fill name and label for the action and click save.

Step 4. Drag all the fields you want on the action down and click on save.

Step 5. If you want to change the fields after you can just click on edit layout to add or remove fields from the action.

Conclusion

Following this step, you can edit, create and delete Lightning record page tabs and customize them as your want. Feel free to try out the solution and share your feedback with us. Catch you at the next one. Till then, Happy learning!

Related Articles

Sticky notes aren’t just for your desk anymore! In this tutorial, we’ll create a Lightning Web Component (LWC) in Salesforce that allows you to pin notes on your app page or record page. With a clean, interactive UI, these digital sticky notes ensure you never forget important tasks or details. What Will You Learn? By […]

Read More
How to Create Dynamic, Animated Charts in Salesforce LWC using Chart.js

Bring Salesforce data to life with dynamic charts inside Lightning pages! While Salesforce dashboards are powerful, sometimes business users want visual insights without leaving their current page. That’s where Chart.js with Lightning Web Components (LWC) becomes a game-changer. In this step-by-step guide, you’ll learn how to: Upload Chart.js as a static resource in Salesforce. Build […]

Read More
How to Encrypt and Decrypt Data in Salesforce Using Apex Crypto Class

Data security is more important than ever. Whether you’re storing customer information, sensitive business data, or private communication, ensuring that your data stays safe is critical. Salesforce provides built-in tools to help with this, and one of the most powerful yet easy-to-use approaches is encryption and decryption using the Apex Crypto class. In this blog, […]

Read More
Benefits & Step-by-Step Setup Guide for Salesforce Code Analyzer

When building on the Salesforce platform, code quality and security are non-negotiable, especially before submitting your app for a Salesforce Security Review. Catching bugs and vulnerabilities early not only saves time but also ensures compliance with Salesforce’s best practices. That’s where the Salesforce Code Analyzer comes in. This open-source tool scans your Apex classes, triggers, […]

Read More
A Step-by-Step Guide to Integrate Zoho CRM with Salesforce (Without Coding)

Managing data across multiple CRMs can be a real challenge for businesses that want a single source of truth. If your teams use Zoho CRM but want to move or sync all records seamlessly into Salesforce, you don’t need to write a single line of code. Thanks to MultiSync Made Easy, the integration process is […]

Read More
How to Integrate Salesforce with Copilot

Integrating Salesforce with Copilot is becoming an essential step for organizations aiming to streamline workflows, automate client data management, and unlock the power of AI-driven CRM. By connecting these two platforms, businesses can centralize customer information, reduce manual tasks, and accelerate growth. This guide walks you through the Salesforce–Copilot integration process with clear steps, Apex […]

Read More