Unable to read Custom field values

M

manoj

HI,

I am using project server 2007 environment.

My environment is using RBS,location and Resource group as custom fields. I
am able to read Resource table columns like RES_Name,RES_Cost
Center,WRES_Email etc. , but unable to read above mentioned custom fields.
Actually i am not sure which database and which datatable the resource custom
fields are stored.

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)

any sort of help will be deeply appreciated.

Thanks in advance...
 

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