Is it possible to get deleted project tasks back?

nicholar
Kilo Contributor

A user deleted a project and consequently all of its child project tasks. I undeleted the project record but it did not bring back the project tasks. Is there a way to get those tasks back?

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

I just tested, If i delete individual project task, it stores the record in Deleted Records.

But if I delete a Project, it will also delete its related items using cascade deletion. It captures Cost Plan etc in the deleted Record. But it doesn't show the Project task records deleted. Looks like a ServiceNow Bug. You should raise a HI ticket


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

13 REPLIES 13

Abhinay Erra
Giga Sage

If the table is being audited, then you can restore them from deleted records table. Go to Deleted Records module

SanjivMeher
Kilo Patron
Kilo Patron

Both Project and Project task should be in the System Definition->Deleted Record. You need to restore both Project as well as tasks


Please mark this response as correct or helpful if it assisted you with your question.

sachin_namjoshi
Kilo Patron
Kilo Patron

Hi,

 

You can undelete project tasks also since pm_project_task table is audited.

Follow below steps

 

1.System Definition --> Deleted Records

2.Select project task records from list and click on undelete records in list button.

 

Regards,

Sachin

 

nicholar
Kilo Contributor

I found the Project in the Deleted Records, however I did not see any of the project tasks there. I have the project back but non of the project tasks (which are what I really need back)