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
Mohan SelvamMohan Selvam 

Field Tracking History

Hi

I have done workflow and created field updated based on some criteria in opportunity object ...
I have enabled field track to that particular field.. it will tracking only with the first time it meets the criteria..
but it will not tracking everytime the criteria meets..

Thanks and Regards

S.Mohan
KaranrajKaranraj
Make sure that field values are changig to different value else it won't be tracked in the history. eg., if you are updating the field with same value, then it won't tracked 
Mohan SelvamMohan Selvam
Hi Karanraj

Thanks for your response.
Please clarify me the following...
my criteria rule besed on picklist field... example picklist have values "apporoved" and "rejected" ...
field update should happen whenever the picklist value is equal to "Approved"

Ex :
Initially filed value is Rejected, if i am changing the value into approved then its fine. it is tracking.
But once again i changed the value into "rejected" and saved then changed into "approved" in this case it doesn't track the field.

Please guide me to achieve this.
 
KaranrajKaranraj
What evaluation criteria you are using in your workflow rule? what is the exact condition you are using in your workflow rule condition ? can you share those details, it will be easy for us to assist you.