C
Craig L M
In MSP 2003 if I wanted to access a task level custom field in VBA, I could
loop through the tasks and use Task.EnterpriseText3 for example. I see where
the use of the numbered custom fields has been depricated and hidden in 2007.
So lets say I have a new Enterprise custom field called "My Custom Text
Field" that I created in PWA. How do I then access it at the task level in
VBA? I can't seem to find this answer anywhere and it should be a simple
enough question.
I have seen reference to the Task.Getfield, but the examples I have seen all
use either Outline codes, or one of the pjField constants, which doesn't help
me with an Enterprise custom field.
loop through the tasks and use Task.EnterpriseText3 for example. I see where
the use of the numbered custom fields has been depricated and hidden in 2007.
So lets say I have a new Enterprise custom field called "My Custom Text
Field" that I created in PWA. How do I then access it at the task level in
VBA? I can't seem to find this answer anywhere and it should be a simple
enough question.
I have seen reference to the Task.Getfield, but the examples I have seen all
use either Outline codes, or one of the pjField constants, which doesn't help
me with an Enterprise custom field.