ProjectWS.ProjectDataSet pjDS = new ProjectWS.ProjectDataSet(); pjDS = _projectWebService.ReadProject( projectUID, ProjectWS.DataStoreEnum.WorkingStore );
pjDS.Project[ 0 ].ENTERPRISE_PROJECT_TYPE_UID.ToString()
Hey Everyone,
pjDS.Project[ 0 ].ENTERPRISE_PROJECT_TYPE_UID.ToString()
I am performing the above code in an event handler on project created, but when i try to access the EPT, I get "The value for column 'ENTERPRISE_PROJECT_TYPE_UID' in table Project is DBNull"
I need to be able to read which EPT belongs to this new project
Any ideas?
Thanks,
120811049008