Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi,
I have a custom visualforce that uses a standard controller and I need to add a “Save & New” button. What is the action name for the method?
Thank you
There is no save & new built-in method. You will have write your own method.
Hi leva,
dmcheng, is correct you would need to write custom method which would save and redirect to new page again.
FYI: Standard controller actions are mentioned in below document:http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_std_actions.htm
Thanks for the replies Guys!
There is no save & new built-in method. You will have write your own method.
All Answers
There is no save & new built-in method. You will have write your own method.
Hi leva,
dmcheng, is correct you would need to write custom method which would save and redirect to new page again.
FYI: Standard controller actions are mentioned in below document:
http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_std_actions.htm
Thanks for the replies Guys!