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
loislaneloislane 

track # of days an opportunity is in each stage

is there a way to track the number of days an opportunity is in each stage?

Jia HuJia Hu
just for the idea,
1. you have to create extra custom fields on the Opportunity object for saving the days passed in each Stage,
2. and then you have to monitor the value change of Stage,
3. calculate the days passed and insert the result into the custom field

for monitor the value change of Stage, you can use Workflow or Trigger