How can I tell if a project/investment was deleted?
Release : 16.0.3
Sometimes the bg-ca logs will show the investments that were deleted, but if they do not for some reason you can check the database for the Delete Investments and Time Reporting Periods job.
This query will give you all the investments that have been deleted.
SELECT * FROM cmn_sch_job_logs
WHERE message LIKE '%has been deleted%'