I have created a tab override for a Person Account Record type. However, this will not load as it should. The scenario is: For Profile “Youth Development Manager” I want a custom tab that overrides the Account tab to just show Person Accounts with Record type “Young Person”. My VF page code is:
<apex:page standardController="Account" recordSetVar="c" extensions="skuid.Redirects" action="{!redirect}?objecttype=Account&actionType=Tab&recordType=Young_Person"> </apex:page>
I have a Page Association for Object type Account; Action type Tab; Applies to: Youth Development Manager; Record Type: Young Person; Page to Use: Young Persons. I am guessing this is something to do with Person Accounts?