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
SamirKhanSamirKhan 

Field tracking functionality for long / rich field

I want to track a long field on chatter.But i came to know the standard functionality of salesforce that rich / long field's old and new value are not posted.

I hope this can be achieved using apex .

Could you please guide me how can i achieve this.

Thanks in advance and a very happy weekend Samir
Amit Chaudhary 8Amit Chaudhary 8
Please check below post. I hope that will help u
https://success.salesforce.com/ideaView?id=087300000007Y7CAAU

https://success.salesforce.com/answers?id=90630000000hpL3AAI

Please let us know if this will help u

Thanks
Amit Chaudhary
Anil KamisettyAnil Kamisetty
There is an app on the App Exchange to Track the Audit Changes (including User Object). It is called Flexible Record Auditing and the link is given below.

https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EvWmjUAF

It allows you to track auditing on multiple fronts (by user, by role, by profile etc). Also it has the flexibility to create a snapshot as of a date in the past coupled with data archiving features. Auditing can be done on all standard objects and custom objects. Extending the auditing to a custom object is "just add two lines of code" and it is done.