Hi,
we've developed a C# event handler for Project Server 2007 based on
PSI using Visual Studio 2005 (.NET framework 2.0).
Similarly to CodePlex EPMTSST project we've successfully managed
timesheet data updating task actuals to PM with a single "Save and
Submit" on PWA timesheet page.
In short our event use impersonation with statusing web service
(statusing.asmx) to import timesheet (ImportTimesheet method) and then
submitting timesheet changes (SumitStatus method) back to PM for final...
Read more
we've developed a C# event handler for Project Server 2007 based on
PSI using Visual Studio 2005 (.NET framework 2.0).
Similarly to CodePlex EPMTSST project we've successfully managed
timesheet data updating task actuals to PM with a single "Save and
Submit" on PWA timesheet page.
In short our event use impersonation with statusing web service
(statusing.asmx) to import timesheet (ImportTimesheet method) and then
submitting timesheet changes (SumitStatus method) back to PM for final...
Read more