You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
I am using the following query with the SforcePartnerClient:
SELECT Id, CaseId, Field, CreatedById, CreatedDate, IsDeleted, NewValue, OldValue FROM CaseHistory WHERE CaseId='SOME_VALID_CASE_ID'
I get values for all the requested fields, except NewValue and OldValue - they are not in the response. Looking at the SOAP traffic, I do see the OldValue and NewValue fields on the wire.
The text was updated successfully, but these errors were encountered:
I am using the following query with the SforcePartnerClient:
I get values for all the requested fields, except NewValue and OldValue - they are not in the response. Looking at the SOAP traffic, I do see the OldValue and NewValue fields on the wire.
The text was updated successfully, but these errors were encountered: