Skip to main content
November 7, 2023
Question

Is there a way to retrieve application objects that have been modified by a particular user/session

  • November 7, 2023
  • 1 reply
  • 0 views

Greetings,

My requirement is to create an Appian application that runs within the environment, giving the user the ability to view the log data from login-audit.csv and logout-audit.csv. While I have done this, I was wondering if I'd be able to expand on it:

Is there a way to view which application objects a user has modified in their session? If there is a log file that tracks this in shared-logs, that would be handy.

Thanks in advance. 

    1 reply

    stefanhelzle0001
    Brainy
    November 8, 2023

    With objects you mean end user data, not developer activities, correct?

    There is not log file, as data in apps can come from various sources on different ways. When looking at Appian records, I think that record events might be a good way. But, as this is app specific again, I suggest to build a central app that fetches data from applications in a generic way. Then, in each app, provide a functionality to deliver that data.