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:
Discussion posts and replies are publicly visible
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.
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.
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.
Is there any possible way to do using trigger?