You need to sign in to do that
Don't have an account?

Set default Opportunity sales stage name default
Hi All,
I want to prepopulate the stage name in Opportunity sales stage with "Prospecting" at the time of new opportunity creation. Can you please suggest me where I can configure the default value sales stage?

I want to prepopulate the stage name in Opportunity sales stage with "Prospecting" at the time of new opportunity creation. Can you please suggest me where I can configure the default value sales stage?
sorry for this issue you are facing.
May I suggest you please give a try by using below piece of trigger code which might help. Also, refer to below link for more help with a similar discussion.
- https://success.salesforce.com/answers?id=9063A000000Zn5EQAS
Please let us know if this helps.Kindly mark this as solved if the reply was helpful so that it gets removed from the unanswered queue which results in helping others who are facing a similar issue.
Thanks,
Nagendra
I wanted to prepopulate the Stage name at the time when a user clicks on a new Opportunity button. I am not sure whether the above suggestion will help here.
May I know if I need to do any configuration setting?
-Vinay
I created the opportunity by writing the trigger but it is not populating the stage default. Please suggest.
If you are in lightning, we have one solution which a is bit lengthy but effective. It works for me.
Step 1) Create lightning component:
Js Controller
Step 2) Override standard opportunity new button with this lightning component:
Please let me know if you have any question.
Thanks
Gulshan Raj
(https://www.linkedin.com/in/gulshan-raj-a26b0640)
- Create a Quick action to create a new record and populate the predefined values
https://trailhead.salesforce.com/en/modules/salesforce1_mobile_app/units/salesforce1_mobile_app_actions_objectspecific2 . Remove the new standard button and replace it with the quick action which created ...
https://trailhead.salesforce.com/en/modules/salesforce1_mobile_app/units/salesforce1_mobile_app_actions_objectspecific
https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/actions_about.htm
https://trailhead.salesforce.com/en/modules/salesforce1_mobile_app/units/salesforce1_mobile_app_actions_global
https://trailhead.salesforce.com/en/modules/salesforce1_mobile_app/units/salesforce1_mobile_app_actions_objectspecific
Hi All,
Thanks for the Resolution.
Is creating a Component and overriding the standard 'NEW' button is the only way?
or
Is this something Configurable since I am looking for the solution which can be configured at the application end?
Thanks