D
Debi Wells
Project Server 2007. Timesheet OnUpdating Event. My process uses context
info to pull up the timesheet dataset, alter the actuals for one specific
line, then push that dataset delta to the queue with the QueueUpdateTimesheet
method. I used the codeplex EPM timesheet example as a starting base, for
Derived classes and impersonation. The reporting Timesheet queue entries
work, but the Timesheet update does not, failing with the
TimesheetIncorrectMode error, then blocking the remaining queue. I have
tried using e.cancel, to make sure these entries are not conflicting with the
original changes, but I still get the same error message.
Does anybody have any better information on that error, or an example that
updates timesheet actuals from a Timesheet event?
info to pull up the timesheet dataset, alter the actuals for one specific
line, then push that dataset delta to the queue with the QueueUpdateTimesheet
method. I used the codeplex EPM timesheet example as a starting base, for
Derived classes and impersonation. The reporting Timesheet queue entries
work, but the Timesheet update does not, failing with the
TimesheetIncorrectMode error, then blocking the remaining queue. I have
tried using e.cancel, to make sure these entries are not conflicting with the
original changes, but I still get the same error message.
Does anybody have any better information on that error, or an example that
updates timesheet actuals from a Timesheet event?