function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jawtechjawtech 

related feedtrackedchange

I am accessing the chatter object feedtrackedchange and presenting them in our own custom ui. We want to present all of an object's feed change records grouped by the changed date. Is it possible to group them all together using the date or is there a better idea?

 

For example, we have chatter turned on for 2 fields on the Account object. When both fields are changed we want to present the tracked changes together rather than each each seen as a separate feed changes. Should I use the date to relate these two changes together or is there another field I should be using?

 

James

BasicGov.com

cfahertycfaherty

If more than one field is changed during a single save, then there should be multiple FeedTrackedChanges records with the same FeedItemId.  In the salesforce.com UI they combine the multiple FeedTrackedChanges for the same FeedItem into a sentence.