function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lisa.sturycz1.3890322391892622E12lisa.sturycz1.3890322391892622E12 

Override standard new contact button with a dispatcher visualforce page

In summary, we are trying to rollout a custom VF page to a subset of our users that does not correlate 1:1 with profiles. 

Is it possible to override the standard New Contact button with a dispatcher VF page that redirects based on a permission set being present?
Ex:
If permission set is present, the user should be redirected to a custom new contact entry VF page.
If permission set is not present on user, the user should be redirected to the standard new contact screen.

We have tried a button override to the VF page, but our challenge remained that we cannot limit the ability to add contact records for users that are not given access to the custom new contact entry VF page. 
 
textualtextual
could use have a redirect page, or build it into your current page, to leave if permission set isnt found?