Skip to main content
November 30, 2022
Question

Multiple filed Audit log

  • November 30, 2022
  • 5 replies
  • 0 views

Hii All,

can anyone help me how to maintaine multiple field level Audit log in appian.

1) like I have field (like firstname,lastname,email,address,city...so on) then I have edited all the fields and submit the form. so How to show in the grid for every action(create, edit, cancel).

Below is the grid I want to show audit log like this:

    5 replies

    daniell
    November 30, 2022

    Hi, I would recommend taking a look at this Field Level Auditing page from the Appian Playbook. This approach helps capture all of the changes in the DB which then you can display on your forms however you'd like.

    November 30, 2022

    Hii Dan Lluchi,

    I am taking help from Field level Auding page but I want for multiple fields update at one time and display in the grid in different columns that shown in above discussion.

    daniell
    November 30, 2022

    Hi, if you've already implemented the field level auditing back-end as described in the Playbook article, then I would recommend taking a look at the CDT Diff Utilities plug-in on the AppMarket. That should let you compare two history entries for a CDT and output the array of differences in a format similar to what you're looking for.