Currently I am working on an AddIn for Microsoft Project 2010 Client. I would love to read out the value of a custom enterprisefield corresponding to the selected task, resource or project without using the PSI.
For example, I can simply read out the UID
of a resource by
resource.GetField(MSProject.PjField.pjResourceGuid)
However I dont know how to read out the value of a Custom Enterprise field e.g. "MYCOMPANY_project_technicalSupervisor"
which is based on a lookup table.
The next step would be to set the value for this field.
Can anybody help me?