Approved Work

M

MAT

Hi..
How can I find the actual work of a ressource in a Project?
I user AssignmentGet methode, but the work, that is rejected bey the project
manager is beíng sawn. What should I do?
I can find the right method..
thanks
 
J

John

MAT said:
Hi..
How can I find the actual work of a ressource in a Project?
I user AssignmentGet methode, but the work, that is rejected bey the project
manager is beíng sawn. What should I do?
I can find the right method..
thanks

MAT,
By "approved" actual work I assume you mean ActualWorkProtected. In
that case the syntax is:
expression.ActualWorkProtected
where "expression" is an assignment object.

For example
AppWrk = ActiveProject.Tasks(1).Assignments(1).ActualWorkProtected
will give the protected work of the first assigned resource for the
first task in the active project.

Hope this helps.
John
Project MVP
 
J

John

John said:
MAT,
By "approved" actual work I assume you mean ActualWorkProtected. In
that case the syntax is:
expression.ActualWorkProtected
where "expression" is an assignment object.

For example
AppWrk = ActiveProject.Tasks(1).Assignments(1).ActualWorkProtected
will give the protected work of the first assigned resource for the
first task in the active project.

Hope this helps.
John
Project MVP

MAT,
I forgot to mention that the value returned in my line of code for
"AppWrk" will be in minutes (that's the basic unit Project uses for all
time calculations). If you want some other unit (e.g. hours), you will
need to apply the appropriate conversion factor.

John
 
M

MAT

Hi John.
thanks for your reply.. But I dont use VB in MS Project Professional. I
try to use PDS (so XML request for a connection). I can use "AssignmentGet"
Methode, but it returns also the work that is rejectet by the project
manager. I need PDS Methodts or maybe the name of the Table whic i should
use.
thanks..
 
J

John

MAT said:
Hi John.
thanks for your reply.. But I dont use VB in MS Project Professional. I
try to use PDS (so XML request for a connection). I can use "AssignmentGet"
Methode, but it returns also the work that is rejectet by the project
manager. I need PDS Methodts or maybe the name of the Table whic i should
use.
thanks..

MAT,
Sorry, I do not use PDS so I'm not going to be able to help you.
Hopefully someone else can answer your question.

John
Project MVP
 

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