function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
srijansrijan 

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?
TCAdminTCAdmin

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.

srijansrijan
Hi,
It is working fine now. Thanks.
I was not aware of this 'nooverride' thing. Is there any reference document for these.

srijan
TCAdminTCAdmin
Hello 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.