Documents

Hi All,

How to know if anyone/who deleted the documents from folder in appian ?
Will it be recorded in any logs?
if yes then How can I check.

Thanks in Advance

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi ,
    Here ,My use case is, whenever a user uploads a document, it will be saved in a folder (as expected) and the doc id will be written to a db  table.
    Now when I am trying to retrieve those docs by docid (which will be passed by querying the db table) , I am getting an error "Document doesn't exist or deleted". 

    Now I want to understand if anyone manually deleted those documents (mistakenly) from Folder .
    As when I checked the documents in folder they were not present.

Children