Skip to main content
December 8, 2022
Question

Activity History

  • December 8, 2022
  • 1 reply
  • 0 views

Hi Experts,

Kindly help me to impletment the Audit Log Functionality, Requrirement is as if any fields get updated to a new value, I have to show the Field name shich got updated along with its Previous Value and New VALUE along with Who has done the update and WHEN i.e if Original value is a!map( id:1, fName:"ABC", lName:"XYZ", DOB:11-05-1995, phone:"1234567890", ) and updated value is a!map( id:1, fName:"CDF", lName:"XXX", DOB:11-05-1995, phone:"1234567890", )

Serial number Field previous value New Value Updated By Updated On
1 fName
lName
ABC
XYZ
CDF
XXX
(Username) (12-10-2022)
2

Thanks

1 reply

csteward
December 8, 2022

Check out the CDT Diff Utilities plugin.  I built a shared Change Log functionality around this which records variable change history, by reviewing the difference of incoming and outgoing CDTs from User Input Tasks and logs them to the DB for reporting.  Was fairly easy with that plugin!