Resource to be "book" or "commit" at the same time for different projects

H

hosuetwah

Understand that we can named generic resource, so that it can be a
proposed booking. However is it not possible for actual resources in
the resource pool having "book" or "commit" at the same time for
different projects?

Please advise. Thank you.
 
D

Dale Howard [MVP]

hosuetwah --

You can set a resource to either Proposed or Committed on a project by
project basis. To do so, complete these steps:

1. Open an enterprise project
2. Click Tools - Build Team from Enterprise
3. Add resources to the project team
4. For each project team member, set the Booking value to either Proposed
or Comitted
5. Click the Close button

Hope this helps.
 
S

Silvia Rivero

Hi Dale,

I have another question...

Is possible set bookingtype to proposed for a resource in a project using a
Macro?
We need assures that the initial equipment of the project has only proposed
resources

In the macro we have this statement ...
For Each oResource In oTask.Resources
oResource.BookingType = pjBookingTypeProposed
Next

But this (oResource.BookingType = pjBookingTypeProposed ) gives a message of
run-time error 1004

Any idea?

Thanks,


"Dale Howard [MVP]" escribió:
 
D

Dale Howard [MVP]

Silvia --

I would recommend you post your VBA question in the
microsoft.public.project.developers newsgroup, as you are more likely to get
an answer there.
 
S

Silvia Rivero

Hi,

I posted my question in the microsoft.public.project.developers newsgroup,
but the answer here was:

"Since the basic code does work without server (i.e. on my
installation), my guess is that something is wrong with the Server
setup. You might want to try posting on the server newsgroup:
microsoft.public.project.server"

In microsoft.public.project.developers newsgroup, wrote to me that nothing
is wrong with my code, but may be something is wrong with the configuration
in the server.

Can you help me?

Silvia Rivero.
 

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