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
TiaPhenoTiaPheno 

Modifications history for Contact

Hi guys,

 

I wanted to get a log of the modification to Contact.  I saw the field history feature but there is a 20 field limit.  I only need a list of modification of the contact with modification date and modification person.  I wanted to post this before I implement something on my own.

 

Let me know

 

Thanks!

 

Tia

sfdcfoxsfdcfox

No such thing out of the box, but if you need a specific audit log, salesforce.com provides a binary log at the rate of 500 USD per user per day if you need it (e.g. for lecal cases). You will have to roll your own audit plan. Keep in mind that a custom object is probably going to be too "expensive" in terms of database storage, so you may need to offload the data to external storage, or figure out a way to compress or archive the data to save space.

TiaPhenoTiaPheno

Thanks!

 

I implemented a solution with a custom object.

 

Thanks!

 

Tia