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
Steve Berley [Left Propeller]Steve Berley [Left Propeller] 

determining user who made change listed in a history table entry

I'm working on a task where I need to analyze the changes users have made to lead and account data.  Querying and analyzing their respective history tables is easy.  However, I'm stuck on how to associate the changes with the corresponding user.

Any suggestions?

Thanks,
Grace Patiño PérezGrace Patiño Pérez
Hi Steve!!
Why don't you use Field History Tracking? it is a native function. https://help.salesforce.com/apex/HTViewHelpDoc?id=tracking_field_history.htm&language=en

I hope this will be a good idea!!!
Harish RamachandruniHarish Ramachandruni
Hi,


Simple u can generate report on history object . 

User-added image


Add user name over their it will possible .


If it s usefull make it as solved or ask me any issue .



Regards ,
Harish.R
Steve Berley [Left Propeller]Steve Berley [Left Propeller]
Thanks to you both for the suggestions. The problem is history tables tell you what changed but not who changed it.

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_leadhistory.htm

My problem is I want ot know what changed and who changed it.  So history tables are not the full answer.

 
Harish RamachandruniHarish Ramachandruni
hi,


se in my org lead report screen short his modified is avalable 



User-added image


regards ,

harish.r
Taukappa01Taukappa01
createdbyid is available.