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
PS81PS81 

Opportunity Stage Picklist value (with probability field - percentage)

Hi

In Opportunity, I wish to create a custom field like 'StageName' having a similiar function and layout as in the screenshot:

User-added image

1. How can create such field? 
2. If this is not possible I've a question why such different layout/function for this field alone (StageName) ?
Best Answer chosen by PS81
Pradeep Kumar L.GPradeep Kumar L.G
Stagename is special picklist you cannot create custom field with same functionality. This field defines the stage in your sales process. For more informantion look into sales process and recordtype's for opportunity.

All Answers

Pradeep Kumar L.GPradeep Kumar L.G
Stagename is special picklist you cannot create custom field with same functionality. This field defines the stage in your sales process. For more informantion look into sales process and recordtype's for opportunity.
This was selected as the best answer
Ketankumar PatelKetankumar Patel
Hi Prabhu They won't look same as standard stage field but you can make them function similarly. we did similar thing with our custom object and its custom stage and custom probability fields. 
  1. You can still create two custom picklist field for stage and probability and using field dependency you can have custom stage field as controlling field and custom probability field as dependent field.
  2. You can also use trigger to make update to custom probability field based upon custom stage field values.