
1 Antwort
Hi Kodish,If you are open for writing Code then here is one alternative.1)Create one VF Page and add the below line of Code in the VF Page<apex:page standardController="Account" action="{!URLFOR($Action.Account.List, $ObjectType.Account)}"></apex:page>Mark it as solution if it answers your question.Rgrds,Rabi