However, I am bringing on a new Business Unit in my company, and I want them to just use the Standard Salesforce Opportunity creation Page. I cannot figure out how to redirect users with the specific profile(s) to just go to the standard Salesforce page. I was able to prevent them from seeing the screen, but then it just shows a blank page.
Is it possible to direct users in this Business Unit to the Standard Opportunity Creation page?
답변 1개
Hello Brain,
If you override a New Action in a Object this applies for all users.
It isn't possible to set this on a per profile basis.
I suggest you customise your visualforce page so it either displays the current flow for existing users or another flow for the new users you are onboarding.
If this helps please mark as best.
Thanks Tom