You need to sign in to do that
Don't have an account?
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.
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
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.
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?
To change a color use if condition and have more image get it from static resource as per stages.
Thanks.