Skip to main content
sreesudhak2721
June 19, 2023
Question

Audit History

  • June 19, 2023
  • 8 replies
  • 0 views

Do we have any process model/plugins to capture basic fields for field level audit -

property that changed , old Value, new Value, last updated by, last updated on

    8 replies

    sreesudhak2721
    June 19, 2023

    We are working on 23.1

    stefanhelzle0001
    Brainy
    June 19, 2023

    There is no direct support for this. You have two options. Use the CDT Diff plugin to find all changes and write them to a separate table. Second, add a trigger to the database which creates a copy of the data before the actual update happens. This way, you can also go back in time.

    sreesudhak2721
    June 19, 2023

    Got it. Thanks! We are working with records and guess that leaves me with the database triggers option. Will explore it.

    mathieud0001
    Brainy
    June 19, 2023

    You can pretty much replicate what cdtdiff does with a!keys and a a!forEach if you want to do it with Records.