About creating a custom field

  • Thread starter Fernando A. Gómez F.
  • Start date
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.
 
P

Paul Conroy

Hi Fernando,

Can I suggest that you repost this question in the Project Developers
discussion group.

Paul
 
F

Fernando A. Gómez F.

"Paul Conroy" <pconroyATtheprojectserverguruDOTcoDOTnz> escribió en el
mensaje de noticias
Hi Fernando,

Can I suggest that you repost this question in the Project Developers
discussion group.

Paul

:O Oh, I'm sorry, didn't see such group. Thanks for pinpointing it out.

Regards,
Fernando.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top