G
g_andrey
I am trying to do a number of things programmatically with Project Server
2003. I am already using PDS and ProjectTasksCreate XML to create a project
and add tasks with it, but now I need to do more and having problems.
I am trying to, programmatically, fill out Enterprise Custom Fields (that
were made mandatory) after a new project is created. Fields appear under
Project/Project Information. I know that selected fields are kept in
MSP_CODE_FIELDS table for each project and once the data is there I can
manipulate it using UPDATE SQL code. But, when I INSERT new items to that
table they are not displayed in the front end: Project/Project Information
screen. What am I missing? Am I supposed to use
EnterpriseCustomFieldsUpdate Method to insert data? If yes, how? I have
not been able to find any good description of how to do that.
Option 2: Is there a way to fill all this out using VBA and publish a
project (also using VBA)? How? Please provide example.
Thanks in advance
2003. I am already using PDS and ProjectTasksCreate XML to create a project
and add tasks with it, but now I need to do more and having problems.
I am trying to, programmatically, fill out Enterprise Custom Fields (that
were made mandatory) after a new project is created. Fields appear under
Project/Project Information. I know that selected fields are kept in
MSP_CODE_FIELDS table for each project and once the data is there I can
manipulate it using UPDATE SQL code. But, when I INSERT new items to that
table they are not displayed in the front end: Project/Project Information
screen. What am I missing? Am I supposed to use
EnterpriseCustomFieldsUpdate Method to insert data? If yes, how? I have
not been able to find any good description of how to do that.
Option 2: Is there a way to fill all this out using VBA and publish a
project (also using VBA)? How? Please provide example.
Thanks in advance