Reading Values of Custom Fields via PSI

B

BoggyBoy

Im looking at the datagrid in the ProjTool application.

it binds to the project dataset like so
dgProjectCF.DataSource = readProjectDataSet.ProjectCustomFields;

Rather than seeing the actual values of the enterprise fields, I see only
GUIDS. For example, I have a Enterprise field (Project) called "Project
Location" which gets its data from a lookup table.

In the dataset, I see the CustomFieldUID for Project Location, and the GUID
for Code_Value, but not the data such as "Phoenix, Tampa, Boston, etc". Can
I get this from the PSI somehow??
 

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