Not able to fetch RBS , location and Resource group information

M

manoj

HI,

I am using project server 2007 environment.

i am trying to get RBS,location and Resource group columns from project
server resource table using PSI. But the problem is , i am not able to find
out which columns in resource table signifies these above fileds. I think
RES_Group signifies the resource group info but that too i am not able to
fetch.

the code i use follows:
//resource dataset
resourceDsCustom = resource.ReadResource(resourceRow.RES_UID);
//resource.ReadResource() should give all of the information present in
Resource and ResourceCustom fields. I am getting 42 column information in
all. But none gives me my required column info(RBS, location and resource
group)

I have administrator privileage to the project server.

any sort of help will be deeply appreciated.

Thanks in advance...
 
D

Dale Howard [MVP]

Manoj --

I would suggest you post this question in the
microsoft.public.project.developer newsgroup, as you are more likely to get
an answer in that group. Hope this helps.
 

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