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
AzarudeenAzarudeen 

How to hide a back to list link button?

How to hide a back to list link button?

sfdcfoxsfdcfox

You can't hide this feature.

Bhawani SharmaBhawani Sharma

you can create a home page component and can fix it on the sidebar.

In the component write a javascript to hide this like :

 

<script>

dcoument.getElementById('Back To List Button Id').display = 'none';

</script>

 

You acn get the id by view source of the page