Edit Override VF Markup Not Working
I'm trying to override the standard Edit button on the Opportunity Object using page assignments (we need some people to be redirected to the skuid page and some to be redirected to the standard page).
The VF Markup I'm using is:
<apex:page standardController="Opportunity" action="{!redirect}&actiontype=Edit&objecttype=Opportunity" extensions="skuid.Redirects"/>
Users with the page assignment are redirected to the Skuid page correctly, but for people without the page assignment, they get the error attached.
Any idea what's going on?
The VF Markup I'm using is:
<apex:page standardController="Opportunity" action="{!redirect}&actiontype=Edit&objecttype=Opportunity" extensions="skuid.Redirects"/>
Users with the page assignment are redirected to the Skuid page correctly, but for people without the page assignment, they get the error attached.
Any idea what's going on?

1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
What happens if you assign the other profiles standard Salesforce layouts like this shows: http://help.skuid.com/m/page-assignments-and-overrides/l/102532-reverse-page-assignments-assigning-u...?
If that doesn't work, check out http://developer.force.com/cookbook/recipe/overriding-a-page-for-some-but-not-all-users.
Thanks!
Karen
Great, glad the reason it's broken has been identified and that there's a workaround in the meantime. I'll merge these 2 posts together ...
Thanks!
Karen