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
ApexDevApexDev 

How to create history list based on status path in Work Order records?

Hello everyone! :) 

I know that can be a stupid question, but how to create history list based on status path on Work Order records?
I want to know who and when change the record status.
User-added image
 
Best Answer chosen by ApexDev
Sai PraveenSai Praveen (Salesforce Developers) 
Hi,

Did you try enabling the history for that field . History tracking can track the status who changed it and old and new values of the field.

If this solution helps, Please mark it as best answer.

Thanks,
 

All Answers

Sai PraveenSai Praveen (Salesforce Developers) 
Hi,

Did you try enabling the history for that field . History tracking can track the status who changed it and old and new values of the field.

If this solution helps, Please mark it as best answer.

Thanks,
 
This was selected as the best answer
ApexDevApexDev
Hi, 

Thank you so much for the answer! :) It helps a lot.

I have second question, do you know how to build report based on Work Order History field? For now I don't have this option under reports.. I was checking the Historical Trending, but the Work Order is set as Standard object, not Custom.