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??
 
Top