Skip to main content
Nintex Community Menu Bar
Question

Opportunity Redirect Page not working

  • July 9, 2024
  • 3 replies
  • 16 views

Forum|alt.badge.img+11

Here’s my apex code, copied from the Account redirect page which works fine:
<apex:page standardController=“Opportunity” action=“{!redirect}&actiontype=View&objecttype=Opportunity” extensions=“skuid.Redirects”/>

It’s not a page assignment issue, it just doesn’t even try to do any kind of redirection when you look at an opportunity.

Like for Accounts we see in the URL: /001E000001BBgso?nooverride=1&sfdc.override=1
But for opportunities it’s still just /006E000000WHJq7

3 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Did you set up the override in  setup - customize - opportunity - buttons and links - view?   Or is the standard view still in place there. 

Hopefully thats not too much of a “doh” answer… 


Forum|alt.badge.img+11

Ha, that is exactly what I did not do. Thanks!


Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Glad it was that simple.