You need to sign in to do that
Don't have an account?

SalesForce Home Page after Successful login
Hi,
I have a customer requirement where they donot want to land into Salesforce standard Home Page, rather they want to land into a customized Page after successful login. Is it possible to achieve this without using community? Please help.
I have a customer requirement where they donot want to land into Salesforce standard Home Page, rather they want to land into a customized Page after successful login. Is it possible to achieve this without using community? Please help.
Yes it is possible to customize your home page. Here's some documentation regarding customizing your homepage.
https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_homepage.htm
Please mark as best answer if this helped you!
Unfortunately it's not possible to completely replace the standard home page with a visual force page. However, there's a couple workarounds you could do.
1) Create a custom home page component from visual force and display only that component in the home page layout.
2) Create your custom visual force page, and call some javascript in a homepage component to redirect to your custom visual force page. This method is not very clean, it will first load to the standard homepage then redirect the user to your custom VF page.