Does hiding a task from timesheet also hide it from other views

R

rt

I have done some tests and it appears that, if a resource hides a task
from her time sheet, it also disappears from the View Resource
Assignments and Adjust Actuals views in PWA (2003).

Can anyone confirm this behaviour? I can't find any documentation on
this.
 
G

Gaurav Wason

RT,

I usually run this query every night to take of the issue you are having. If
the user hides the task from PWA. It will show in Resource Assignment View
and Adjust Actuals

Update MSP_WEB_Assignments
Set WASSN_Removed_By_Resource = 1, WASSN_LOCKDOWN_BY_MANAGER = 1
Where
WASSN_Removed_By_Resource = 0

Let me know if this helps
 
Top