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
AbAb 

keeping counter of timings depending upon status

Hello,

In my case object, i want to track a time from when the status changes to A or B and count it until the status is not changed to C and if the status is set to C,i need to halt the times, what are ways i could achieve it.

thank you for your suggestions.

 
Best Answer chosen by Ab
Raj VakatiRaj Vakati
Create a child object that contains all the status changes to the and count the time differnt by using the formulas .. 

All Answers

Raj VakatiRaj Vakati
Create a child object that contains all the status changes to the and count the time differnt by using the formulas .. 
This was selected as the best answer
AbAb
hi Raj,
I cannot create a child object. Is it possible to explain me bit more about your solution