I’m trying to override my Home page using page assignments for specific users, not based on profile. But, the profile of these users already has a Home page assignment - I just want to override that homepage for specific users.
If I do it through the Setup–> Home Page Layouts level,I have to give it to everyone with that Profile, which I don’t want to do. Any suggestions? I’m using the following VF Markup, which I think is where the problem lies:
<apex:page showHeader=“false” sidebar=“false”>
<skuid:page objectType="HomePage" actionType="Tab" page="HomePageCSM-MGR__cBK"/> </apex:page> I've been following this guide: http://help.skuidify.com/m/supercharge-your-ui/l/117747-reclaim-the-salesforce-home-page#A.-Create-your-Visualforce-Page-that-redirects-to- Do I need a different VF markup if using page assignments? Any help would be greatly appreciated