function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raghav TRaghav T 

How to rename the Files related List to Attachments in Case object ?

Hello,
Is there a way that we can rename the Related list like Files, Attachments with another name as per requirement.
If there's a way can anyone help me out in this one.
Really Appreciated. Thanks
 
AnkaiahAnkaiah (Salesforce Developers) 
Hi Raghav,

Your best bet may be to create a Visualforce tab (name it whatever you want) from a Visualforce page that references the Files home page. Display that in the Lightning Navigation Bar instead of the standard 'Files' tab.
<apex:page 
action="/lightning/o/ContentDocument/home?0.source=alohaHeader" tabstyle="YourVisualforceTabNameHere__tab">
</apex:page>

Refer the below links.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8gt6SAB

If this helps, Please mark it as best answer.

Thanks!!​​​​​​​
Amol waghAmol wagh
Hi Raghav,
This is not possible in salesforce to rename files and Attachments.

Amol,
www.cloudwaale.com