Not able to find project. Was it deleted?
search cancel

Not able to find project. Was it deleted?

book

Article ID: 253913

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

How can I tell if a project/investment was deleted?

 

 

Environment

Release : 16.0.3

Resolution

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%'