Skip to main content
jaideepb0002
November 11, 2022
Question

Appian logs - Data changes

  • November 11, 2022
  • 2 replies
  • 0 views

Hi,

Is there a way I can see on Appian logs as to who has made changes to the data.. for eg.. who created a certain record, who updated it, who deleted it and so on.. i tried looking for this info in tomcat-stdOut.log but cudn't get.. or do I need to create/code my own history table where I should track these user actions?

thanks in advance

jaideep

2 replies

stefanhelzle0001
Brainy
November 11, 2022

The data is not changed in Appian, but in the database. And the database does not log this. I typically write some audit trail entries to a separate table to record this kind of data.

jaideepb0002
November 12, 2022

yes..why I didn't think of that.

ok thanks Stefan. I will build the audit trail then.

jaideep