) :
I'm looking for, if it's possible, the right field to put in select to retrive this information.SELECT OldValue, NewValue, Parent.Id, Parent.name, Parent.customfield__c
FROM foo__history
2 answers
HI Simon,Using Setup audit trail we can check any changes made to the set up, password reset and also find who has logged as which user, Using the debug logs we can see, what modifications are made on a record, However we cannot differentiate who has made the change ( Logged in user or the user himself) . I believe there is no other way to identify changes made.
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you