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
SF@SiemensSF@Siemens 

Redirect user to Products page when opportunity is saved

Hello,
 
I am looking to create an S-Control that will redirect a user to the Products page once they save an opportunity.
 
Any ideas on how to get started?
 
Thanks,
werewolfwerewolf
The magic word is saveURL.

http://community.salesforce.com/sforce/board/message?board.id=ajax_toolkit&thread.id=5697
SF@SiemensSF@Siemens

Thanks for the reply Werewolf.  I actuall was able to get the page to redirect to the page i needed. 

Now, I am trying to save a record once this redirect has taken place, and i want to hide the out-of-the-box Salesforce.com button.  My problem is that I need to get the Salesforce ID of the original Save Opportunity button.  Any ideas on how to do this or if it's possible?

 

Thanks,

werewolfwerewolf
You want to hide what out-of-the-box button?  The Save button?  You can't hide that.