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
Praful GadgePraful Gadge 

How can we - Redirect to standard object list view from VF in LEX?

I tried using this but it is not working in Lightning Experience:
<apex:outputLink value="{!URLFOR($Action.Account.List,$ObjectType.Account)}}" target="_blank">
        View All Accounts
</apex:outputLink>
Please let me know if you found any solution.

Thanks,
Praful
SandhyaSandhya (Salesforce Developers) 
Hi,

You can use something like below URL in Visualforce.
 
/one/one.app?source=aloha#/sObject/Account/home
Hope this helps you!

Thanks and Regards
Sandhya