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
Dutta SouravDutta Sourav 

How to implement Progress Bar in Salesforce?

I want to show the progress of  the Stages in Opportunity as per Probability?

For example, If it is "Prospecting", 10% of the bar will be displayed. If "Closed Won", it will be 100%.
Also some diggerent colors need to be set as per Stages.

Can anyone help? Thanks in advance.

Best Answer chosen by Dutta Sourav
praveen murugesanpraveen murugesan
Hi Souravu,

pls refer this links.

http://www.jitendrazaa.com/blog/salesforce/creating-progress-bar-field-using-formula-without-any-coding/
http://www.tehnrd.com/batch-apex-status-bar/

Hope this wil help you.

--
Praveen Murugesan.

All Answers

praveen murugesanpraveen murugesan
Hi Souravu,

pls refer this links.

http://www.jitendrazaa.com/blog/salesforce/creating-progress-bar-field-using-formula-without-any-coding/
http://www.tehnrd.com/batch-apex-status-bar/

Hope this wil help you.

--
Praveen Murugesan.
This was selected as the best answer
Dutta SouravDutta Sourav

Thanks a lot Praveen. These links are really helpful.

But, I want to change the color of the ProgressBar with the change of stages.
(e.g. In "Closed Won" it's Green, In "Negotiation" it's Red)

Can you please help me more?

praveen murugesanpraveen murugesan
Hi Sourav,

To change a color use if condition and have more image get it from static resource as per stages.

Thanks.