Y
Yoav
I'm trying to set value to an Enterprise Project Number field by:
Application.ActiveProject.Tasks.UniqueID(0).EnterpriseProjectNumber35 = 100
'for example
The problem is that is value is set only to the Project Summary Task. When I
define a formula to that field with the Enterprise Custom fields (in the
Professional), the value to that fields sets the value for all of the tasks
in the project.
What is the way that can help me set the value of the Enterprise Project
Number field value by code, in which this value will be set to the tasks?
Application.ActiveProject.Tasks.UniqueID(0).EnterpriseProjectNumber35 = 100
'for example
The problem is that is value is set only to the Project Summary Task. When I
define a formula to that field with the Enterprise Custom fields (in the
Professional), the value to that fields sets the value for all of the tasks
in the project.
What is the way that can help me set the value of the Enterprise Project
Number field value by code, in which this value will be set to the tasks?