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...
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...