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
NNRNNR 

Can you help me this




I have a requirement that there is a user with particular profile and if he logs into the salesforce account, I want that he should be directly shifted to a visual force page.
Ashish_SFDCAshish_SFDC
Hi , 


You could create a new "app". Apps are pretty much just sets of tabs (with exception of special stuff such as Service Cloud Console). In app you can define that there should be no home page, instead your visualforce (as a tab) would be added and marked as default landing page. Then you'd share this app with his profile and revoke access to other apps?

People can still add/remove tabs they wish to see in each app though so somebody might override your configuration.

http://stackoverflow.com/questions/16259352/how-to-set-visual-force-page-as-default-in-salesforce

Also see the related links, 

http://salesforce.stackexchange.com/questions/17794/custom-landing-page-once-logged-in-salesforce

https://developer.salesforce.com/forums/ForumsMain?id=906F00000008rRbIAI


Regards,
Ashish