Is there a way to get or add custom fields to a Project?
Right now I must get the dataset using ProjectHandler.GetAllProjects()
Then parse thru the rows and use GetByProjectId for each row to return an object with the custom fields.
I realize that the original dataset returned by GetAllProjects() includes a column for the Custom filed but the column names are Custom_xxx. I need to compare the "Field Label" not the acutal Column name. If I run my app on a different database, the custom fields may have different Custom_xxx values due to the order that they were inserted.
If this is not possible could it be put on the feaure list to be able to retreive Custom Fields about Projects in a future release?