cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Contacts Modifications - Report

former_member660531
Participant
0 Kudos
198

Hi experts,

Hope you all doing well and safe,

Couldn't find any report that displays all changes on a contact,

For this I've created a custom field, that get updated based on the standard field (Changed On)

But i realized that the field changed on is getting upadated only when it come to fields with Contexte as General

So I'm not getting the time and date for all changes, and it's what i want,

What I want is to find a way to have the last time for all changes on a contact

Any recommandations please ?

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Kudos

Hi,

You can create a new workflow rule with Timing as "Every Save" and then call a custom action that will copy the "ChangedOn" time to the custom field. Furthermore, instead of using ChangedOn field, you can get the CurrentSystemDateTime using the Context reuse library and copy it to custom field.

Hope it helps!