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
KobeKobe 

Override View and Edit on Account

Hello,

I currently have both the view and edit overridden with scontrols on an Account. The problem I’m seeing is when somebody goes and edits the account I have to set nooverride=1 in the url to stop the edit scontrol from looping. However when the user hits the save button nooverride=1 is automatically transfer to the view url, thus not calling on the view scontrol.

The view scontrol works fine if you go to view the account by other means, but it isn’t ran after the save button is pressed. Does anybody know of a way to clear the nooverride=1 when the save button is pressed?

Thanks!