Skip to main content Join the Agentforce Virtual Hackathon to build innovative solutions and compete for a $50k Grand Prize. Sign up now. Terms apply.
Is this possible after recent lockdown of the homepage? I am being asked to redirect users to a Visuaforce page. Setting it the default as their app tab is not adequate. They should be blocked from the home tab completely. thanks!
7 answers
  1. Sep 10, 2015, 7:12 PM

    I have been able to reidrect users away with a version of 

    <script type="text/javascript">

    window.top.location="https://c.na12.visual.force.com/apex/SaleshomeVF"

    </script>

     
  2. Sep 10, 2015, 2:16 PM
    I have been asked to remove all user access to the homepage.

    Can I diable the chatter feed from the top of the hometab? I know I can go in as each user and hide it, but I want to disable it. Or put my VF page above.

    Same idea with the side bar. I know I can hide it for all users, but I just want it hidden on the home tab, not every page.
  3. Sep 10, 2015, 1:09 PM
    According to me it is not possible with any case.

    However you can create Home page components and add them in Home Page layout.

    Go To Setup -> Customize -> Home -> Home Page Components

    May be this is helpful to you.

    Thanks,

    Abhishek
  4. Sep 10, 2015, 12:22 PM
    Not even in the HTML area? A side panel? In a VF page?
  5. Sep 10, 2015, 12:19 PM
    Nice thought but impossible.

    You cannot add any script to a standard Tab.
  6. Sep 10, 2015, 12:12 PM
    I unsderstand the home tab is not removable from any app.

    Is it possible to embed a script in the homepage that would redirect a User to a Visualforce page?
  7. Sep 10, 2015, 5:42 AM
    Hi,

    You cannot remove Home Tab from profile of any user so as a result you cannot block any user form Home Tab.

    If you set any tab as default landing tab for the user than still user will be able to see Home tab.

    Blocking any user from Home tab is not possible.

    Thanks,

    Abbhishek.
0/9000