How to tell who deleted an appointment (solved)

Is there any way to tell who deleted an appointment? Looking at the logs i can see what users have deleted an appointment and when they did it. And i see the query where the id of the appointment was deleted (which is no longer in the database because of the delete).
But there isn’t anything in the log that ties a delete to a specific patient or appointment time that I can tell.

Am I going about this the wrong way or is this information truly not available?

Thanks.

hi @bearzillasquatch , ideally the logging would be updated to insert the Patient ID from that appointment. You can get at the details of the deleted eid from the patient_tracker table.

That was the info i needed. Thank you very much @stephenwaite