How to query Feeds inserted by Feed Tracking?

How to query Feeds inserted by Feed Tracking?

FeedTrackedChanges is the sObject where Feeds inserted by Feed Tracking are present.


Sample Query:

SELECT ID, FieldName, OldValue, NewValue FROM FeedTrackedChanges

Cheers!!!

Leave a Reply