|
|
|
date: Fri, 22 Aug 2008 21:35:01 -0700,
group: microsoft.public.project.developer
back
Re: Resource Leveling - How to find overallocated resources ?
Hi,
First, i don't understnd why you want to program your own leveling that will
at best do a small part of the function of project's leveling (as you may
guess, I do like leveling and yes, most of the time I can live wuith its
limitations).
This being said, you will have to do what leveling does, that is to
investigate the overallocations time slice by time slice. Look up
assignment.timescaledata method to produce the nescessary timescale values.
Hope this helps,
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability check:
http://users.online.be/prom-ade/Calendar.pdf
"Aditya" wrote in message
news:7A333982-A97A-4E64-8F39-64F97F0D9882@microsoft.com...
> Hi all,
>
> I am preparing MSProject addon, I am using C#,VS2008 and Office runtime
> 3.0.
> I need to level overallocated resources as part of my project.
>
> I am getting problems with MSProject levelnow. It has its own limitations
> and it is not useful for me. I want to prepare my own method to level the
> resources.
>
> To do this I am using ActiveProject.Resources collection->
> Resource.Overallocated property. Using this info i am tracing all the
> tasks
> with that resource name to collect the tasks; after that I am leveling the
> tasks using FS link.
>
> Now my request is "Is there any way to find exactly overallocated
> resource,
> i.e. we have 3 tasks 1,2,3 with resource A. 1 and 3 are started on same
> time,
> but 2 starting some other time. I need to find exactly 1 and 3 to level".
>
> I have one more question related to previous one. In my project i am using
> 2
> resources but in resource sheet it is showing more than that. I need to
> find
> resources which i am using in my project.
>
> Thanks,
>
date: Sun, 24 Aug 2008 21:09:12 +0200
author: Jan De Messemaeker
|
|