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

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.
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.

could use have a redirect page, or build it into your current page, to leave if permission set isnt found?