Hide/Delete tasks in MsProject Web Access

  • Thread starter Sebastián Piccolotto
  • Start date
S

Sebastián Piccolotto

I need to hide/delete tasks (automatically) on Microsoft
Project Web Access when I remove the assignment to the
related resource from Microsoft Project Professional
(2002).
Actually, those tasks are available in Microsoft Web
Access with a X in the left cell (Information).

How can I to do this?
Thanks in advance

Sebastián Piccolotto
[email protected]
 
G

Gary L. Chefetz [MVP]

Sebastián:

The following isn't specific to your exact inquiry, however it provides a
solution for you if you're willing to modify the SQL a little:

http://support.microsoft.com/default.aspx?scid=kb;en-us;827553




message I need to hide/delete tasks (automatically) on Microsoft
Project Web Access when I remove the assignment to the
related resource from Microsoft Project Professional
(2002).
Actually, those tasks are available in Microsoft Web
Access with a X in the left cell (Information).

How can I to do this?
Thanks in advance

Sebastián Piccolotto
[email protected]
 
S

Sebastián Piccolotto

Thanks Gary.
I am trying to edit the Database via SQL Query Analyzer,
but I need more help about the table that I need to edit.

I found that field
MSP_WEB_ASSIGNMENTS.WASSN_DELETED_IN_PROJ is used to show
this X in PWA (deleted task). It´s ok, I deleted all rows
with WASSN_DELETED_IN_PROJ=1, but i had problems after. I
think that another tables will be edited. You know about
this another tables ?

Thanks in advance.
Sebastián
 
Top