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

Custom Visual Force Page Layouts
I was wondering how you can create several Visualforce Page Layouts and then customize it so that certain users see page X while others see page Y when they click on CREATE, or EDIT or any of the other buttons which can be overridden to show VF page layouts.
Thanks
Thanks
Here are two potential options:
1) On the page you can have sections rendered (or not) depending on the user. (no extension required)
2) Create a page action method that inspects the users and then forwards them to the correct page. (extension required)