Skip to main content
April 5, 2023
Solved

How to get the Deleted objects info in Appian

  • April 5, 2023
  • 2 replies
  • 0 views

Hi,

Is there any way I can get to know which objects are deleted from the application ?. I know that it is not possible to retrieve those objects back but is there any way to know the details like name of the deleted object and who deleted it etc.

Thanks

    Best answer by sanchitg0002

    Go to System logs and search for a log file name "deletion.log

    In this log you will see all information about the deleted objects and deleted object versions including time, id, type, name of the object and deleted by.

    2 replies

    April 5, 2023

    Go to System logs and search for a log file name "deletion.log

    In this log you will see all information about the deleted objects and deleted object versions including time, id, type, name of the object and deleted by.

    April 5, 2023

    Thanks, it works