You need to sign in to do that
Don't have an account?

Problem with overriding View Link
I have overridden the Account 'View' Link. It is calling an s-control. The s-control does some checking. Based on the result:true or false, it either redirects to another page or to the Account 'View' page. If the result is such that it is redirecting to the Account 'View' page, as usual it is being called repeatedly and falls in an infinite Loop and the Account detail page is not showing up. Is there any way to stop this repeated call?
Hello srijan,
Think you need to put '&nooverride=1' in to your url to the view page as a variable. I haven't done it yet but I believe it will prevent calling the s-control over and over again.
It is working fine now. Thanks.
I was not aware of this 'nooverride' thing. Is there any reference document for these.
srijan
Unfortunately I do not know of anywhere that states what that attribute does. There may be someone on the board that has more experience with the documentation that can give us an answer for this.