If an Employee is deleted and there is a HistoryDB, how can we access the change history of the deleted employee?

If an Employee is deleted and there is a HistoryDB, how can we access the change history or TimeTrace of the deleted employee?

Parents Reply
  • Thanks for the response Trevor... I believe we have configured the HDB correctly but the challenge is, if the Employee object is already "Deleted", it is no longer visible in Manager... Is there a way to display all the change history, including the log when the Employee object is "Deleted"?.

Children
  • Changes to objects will be tracked.  Deletion of an Employee will not be tracked this way.  As Employee deletions are deferred there will be a "Creating deferred deletion operation" in the object log.  But this is not tracked in Manager, and would be changes to an Employee, for example.

    And as part of the entry you'll see who initiated the deletion, e.g.:

    DialogDeferredOperation.UserInformation = Identifier=viadmin;Name=viadmin;EnvironmentName=viadmin;Display=viadmin;UID=

    Hope this helps.

    Trevor