How can I get the hours of work assigned to the resource

D

Daisy

Hi,
I have created a project and have assigned some task to the
resources.Through PSI i want to access the no. of hours the resource had to
work in the project. I didn't find any table from database where I can get
those hours.So that the total effort given by the resource can be
calculated.How can I get the hours of work assigned to the resource.Please
help
 
S

Stephen Sanderlin

If I'm reading your question correctly, you are trying to determine the
total Work a Resource has been assigned in a particular Project.



You should be able to obtain this information by calling the ReadProject
method of the Project PSI and filtering RES_UID column in the Assignment
table of the returned ProjectDataSet for the appropriate Resource GUID.



You can also retrieve this data from the Reporting Database by SUMing
AssignmentWork in MSP_EpmAssignment_UserView after filtering for
ResourceUID and ProjectUID.



--

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