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?