You need to sign in to do that
Don't have an account?
NNR
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.
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.
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