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
kevcnvokevcnvo 

Overriding save/save and new

I am trying to develop a flow of successive pages to collect opportunity data and external data on separate pages.  The external data needs to be collected in an iframe pointing to my own site as there is a strict requirement for this.  Is it possible to override the save/save and new to always collect the basic force.com data and then display a separate visual force page right after that when either button is selected.  In the case of save and new, it would go to the second step before displaying a new data entry page.  Thanks in advance