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?

Ben~

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

Hi Karen, this was actually brought up on another threat, and could potentially be a change with the SFDC Summer 16 release. Link to the Resolved threat is: https://community.skuid.com/t/override-edit-button-on-opp-with-page-assignments-is-creati…

Ben~

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