Timesheet Recall Project Server 2007

D

David D3

Is there a way I can use the PSI to automatically recall a timesheet when the
Status Manager (Project Manager) of a project rejects a users submitted time.

Basically do exactly what happens when a Timesheet Manager rejects the
timesheet.

Thanks!
David
 
S

Stephen Sanderlin

Sure. You'll want to use the OnApprovalsUpdated event
(http://msdn.microsoft.com/en-us/lib...tatusingeventreceiver.onapprovalsupdated.aspx)
to call the QueueRecallTimesheet() method in the Timesheet web service.

--
Stephen Sanderlin
Principal Consultant
MSProjectExperts

For Project Server Consulting: http://www.msprojectexperts.com
For Project Server Training: http://www.projectservertraining.com

Read my blog at: http://www.projectserverhelp.com
Join the community at: http://forums.epmfaq.com
 
D

David D3

Ah, ok that makes sense.

Thank you!!!
David

Stephen Sanderlin said:
Sure. You'll want to use the OnApprovalsUpdated event
(http://msdn.microsoft.com/en-us/lib...tatusingeventreceiver.onapprovalsupdated.aspx)
to call the QueueRecallTimesheet() method in the Timesheet web service.

--
Stephen Sanderlin
Principal Consultant
MSProjectExperts

For Project Server Consulting: http://www.msprojectexperts.com
For Project Server Training: http://www.projectservertraining.com

Read my blog at: http://www.projectserverhelp.com
Join the community at: http://forums.epmfaq.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top