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

'Edited By' and 'Edited Date' API Field Names --> Case History
Hello,
I am trying to use API to retrieve some Case History fields from Salesforce, there are two fields i was not able to find their API names though: 'Edited By' and 'Edited Date'.
Any suggestions?
Thanks,
Udi
I am trying to use API to retrieve some Case History fields from Salesforce, there are two fields i was not able to find their API names though: 'Edited By' and 'Edited Date'.
Any suggestions?
Thanks,
Udi
I didn't created the code yet as I don't know what the API name of the 'Edit Date' and 'Edited By' fields.
Currently this are all the Case History fields I was able to retrieve:
SELECT Id,CaseId,Field,CreatedById,CreatedDate,IsDeleted,NewValue,OldValue FROM CaseHistory
If I create new Case History report I can choose those fields but when I look for this under the object fields I am not able to find it.
Thanks,
Udi
'Edit Date' and 'Edited By' fields on CaseHistory Object
Did you find the API Names of EditDate and EditedBy in historyTracking?
Thanks..