F
Fernando A. Gómez F.
Hello all.
I have this application that will create a project in project server 2007.
While I've been able to create the project, I want to add custom fields to
the project. So, I think that by calling
ProjectDataSet.ProjectCustomFields.NewProjectCustomFieldsRow for creating a
row, and then AddProjectCustomFieldsRow it would be enough.
However, I'm not quite sure how to fill the row's data. I'm not sure what to
put in ProjectcustomFieldsRow.CUSTOM_FIELD_UID, CODE_VALUE, TEXT_VALUE,
MD_PROP_ID, etc.
Would anybody please guide me on what should I put in this properties? I've
been googling for hours and though I've found examples they do not explain
what those fields are for.
By the way, the project server is configured so that these fields actually
show (empty) even if I do not add the custom fields, so now I'm wondering
whether I should AddProjectCustomFieldsRow or simply modify them. If so, how
could I know which row belongs to which custom field?
Thanks in advance.
Regards,
FG.
I have this application that will create a project in project server 2007.
While I've been able to create the project, I want to add custom fields to
the project. So, I think that by calling
ProjectDataSet.ProjectCustomFields.NewProjectCustomFieldsRow for creating a
row, and then AddProjectCustomFieldsRow it would be enough.
However, I'm not quite sure how to fill the row's data. I'm not sure what to
put in ProjectcustomFieldsRow.CUSTOM_FIELD_UID, CODE_VALUE, TEXT_VALUE,
MD_PROP_ID, etc.
Would anybody please guide me on what should I put in this properties? I've
been googling for hours and though I've found examples they do not explain
what those fields are for.
By the way, the project server is configured so that these fields actually
show (empty) even if I do not add the custom fields, so now I'm wondering
whether I should AddProjectCustomFieldsRow or simply modify them. If so, how
could I know which row belongs to which custom field?
Thanks in advance.
Regards,
FG.