Skip to main content
Nintex Community Menu Bar
Question

Edit Override VF Markup Not Working

  • July 10, 2024
  • 3 replies
  • 5 views

Forum|alt.badge.img+5

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?

3 replies

Forum|alt.badge.img+11

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


Forum|alt.badge.img+5
  • Author
  • July 10, 2024

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…


Forum|alt.badge.img+11

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