You need to sign in to do that
Don't have an account?

Track history user object
Can someone please help me with custom code and apex class for tracking history on the user object by copying that to new custom object so that I can create report of this custom object.
Please help
Hi,
In short,currently this is not possible,please go through the Idea Link for the same :-
https://success.salesforce.com/ideaView?id=08730000000Bqrv
As a workaround,you can use an Apex Trigger to capture and copy the changes on User object so that you can report to them.