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

open dashboard based on user
i have 3 different dash board for same profile user , based on user login i would like to open the dashboard . I would like to create VF.
Only simple VF enough? or do i need to have apexclass . How to do this and please advise me.
thanks
Only simple VF enough? or do i need to have apexclass . How to do this and please advise me.
thanks
<apex:page >
<apex:pageBlock title="My Dashboard" mode="edit">
<apex:pageBlockSection title="My Dashboard" columns="1" collapsible="false">
<apex:outputLink title="My Dashboard" value="{!URLFOR('/01Z9E0000000EWK')}">My Dashboard</apex:outputLink>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>