C
Chupacabra
I am mostly using the example code (with some modifications) from the
Project Server 2007 SDK. I can see how to monitor the status of the queue
for a timesheet update, or timesheet delete, but how about the status of
simply creating the timesheet?
I'm using this line to create the timesheet:
TimeSheetSvc.CreateTimesheet(Timesheetds,
TimeSheetWebSvc.PreloadType.Default)
but don't see any way to obtain the JobUID as I can when doing a
QueueDeleteTimesheet command as below:
TimeSheetSvc.QueueDeleteTimesheet(jobuid, TsUID)
There doesn't seem to be a "QueueCreateTimeSheet" command similar to the
"QueueDeleteTimesheet" which would provide a JobUID that I can status on
later. Is there any way to capture in code the results of a CreateTimesheet
call from the queue?
Thanks!
Project Server 2007 SDK. I can see how to monitor the status of the queue
for a timesheet update, or timesheet delete, but how about the status of
simply creating the timesheet?
I'm using this line to create the timesheet:
TimeSheetSvc.CreateTimesheet(Timesheetds,
TimeSheetWebSvc.PreloadType.Default)
but don't see any way to obtain the JobUID as I can when doing a
QueueDeleteTimesheet command as below:
TimeSheetSvc.QueueDeleteTimesheet(jobuid, TsUID)
There doesn't seem to be a "QueueCreateTimeSheet" command similar to the
"QueueDeleteTimesheet" which would provide a JobUID that I can status on
later. Is there any way to capture in code the results of a CreateTimesheet
call from the queue?
Thanks!