Insert Value in Enterprise text

S

snap_ml

Can I insert a value in the enterprise fields programmatically?
I write the table:

msp_view_proj_tasks_cf
msp_view_proj_tasks_ENT
MSP_TEXT_FIELDS
msp_WEB_Workgroup_Fields

but when I open the file.published I do not see the enterprise text
modified.
There are other table that i must modify?
thanks.
 
E

Ed Morrison

For one field type you would never have to change all of those tables.

Is the custom field enterprise or local? Text? Numeric? Are you using a
drop down list? Does it apply to a task, resource, or project? Does it
have a formula?
 
M

msnews.microsoft.com

Ed,

The following statement adds/overwrites a value in TaskText1

CustomFieldValueListAdd FieldID:=pjCustomTaskText1, Value:="value",
Description:="desc"

Regards,
Berend
 

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