Project Server Notification

D

Deepak Iyer

I am trying to understand how Project Server uses the RBS for notifications.

This is a summary of what we are trying to do:

1. A project manager creates a project with generic resources and publishes.
2. Appropriate resource managers (there are multiple resource managers with
access to different pools of resources) gets notified to allocate available
resources to the project.
3. Resource managers 'build team'.
4. Project Manager assigns resources to tasks

What's the best way to achieve this?
 
P

Philip Lanier

To my knowledge, there is no such functionality out-of-the-box in Project
Pro. You could certainly achieve this through custom code - either client
side or server-side. Client side, you'd probably want to iterate through
all assignments, determine if they are for generic resources, and then email
the appropriate resource manager by getting information from the RBS.
Server-side, you could use the PDS to get information on all generic
resources, determine what tasks/projects they're assigned to, and then email
the appropriate resource managers. There are a few potential gotchas with
either route, so you'd probably want to do a proof-of-concept before
launching into either one of them, but this could at least give you some
ideas.

I hope this is helpful!

Philip Lanier
Ascentium Corporation
 

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