How to delete administrative assignment

N

Newbie

Hello,

An administrative task has been deleted in the Administrative project. How
is it possible to delete all the assignments which remain on this task in
the timesheets?

Thanks
 
G

Gaurav Wason

If you want to hide all the deleted task from project server here is what I
am using. Please test this query in your development environment first

UPDATE MSP_WEB_ASSIGNMENTS
SET WASSN_REMOVED_BY_RESOURCE = 1
WHERE WASSN_Deleted_In_Proj = 1
and task_is_Summary = 0
and WASSN_REMOVED_BY_RESOURCE = 0

Let me know if this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top