• Satyajeet Maharana 1
  • NEWBIE
  • -1 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
We have overwritten the "View" action on the object and are using sforce.one.navigateToURL('/recordId?nooverride=1')  method with "nooverwrite" set to '1' for certain record type to go to standard page. This works will till winter 17 release came to the sandbox.

After the winter 17 release, our view action is going into Continuous loop and standard view page is not loading. Navigate to custom page for record type 'A' works fine.

Amny idea?
Hi All,
I have to conditionally override standard Salesforce1 detail page for accounts but when I use nooverride=1, the salesforce1 still goes to the overridden page and enters an infinite loop. Can anyone put some light on why its happening and how can I fix this or is there any other approach to implement this?
I've tried navigateToURL and navigateToSObject as well but I couldn't get through.