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
Static DevStatic Dev 

Help on how to capture when a owner is changed.

Hi,
I need to capture the count when a ownership on case is changed. By WF field update or formula field.

Thanks in advance.
 
SarfarajSarfaraj
Hi

Do the following,
1. Create a custom numeric field,
Custom field to store the count.

2. Create a workflow rule,
Work flow rule.

3. Create a field update action,
Field update action.

--Akram
Static DevStatic Dev
Hi Akram thanks for the quick help.

How ever when tried to use this formula in WF 
PRIORVALUE( OwnerId) <>  OwnerId
Error: Function PRIORVALUE may not be used in this type of formula.

Please let me know if i missed anything here.

Thanks a lot.
SarfarajSarfaraj
Please share me the screenshots of all the intermediate steps of the WF configuration along with the page where you are receiving the error message.
SarfarajSarfaraj
Please select the Evaluation Criteria as "created, and every time it’s edited" instead of "created, and any time it’s edited to subsequently meet criteria".
Static DevStatic Dev
Awesome Looks like it Works. Really thank you very very much Akram.