Tasks Reminders and Notifications

J

Jon Kingsley

Everyone,

I have set my task reminders and notifications to remind
resources of upcoming tasks 1 day in advance to e-mail me
and the resource.

Situation: Resources still get notified about their task
even after I have deleted them off the task. How do I stop
them from receiving e-mails from a deleted task?

Regards,
Jon
 
S

Steve

If the tasks are at 100% in Project Web Access and email
notifications are still going out, a definite workaround
is the following SQL script:

Delete from
MSP_WEB_ASSIGNMENTS
where
WPROJ_ID <> 1
and WASSN_PCT_COMP = 100
 

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