How to query history object in salesforce
Exapmle : If you want to track field history of Account object, you can use SELECT AccountId,CreatedById,CreatedDate,Field,Id,IsDeleted,NewValue,OldValue FROM AccountHistory Similarly If you want to query field history of custom objects, you have to match the parent id of history query with the custom object id. Full Answer What is the history of Salesforce? What is … Read more