Enterprise custom fields

Y

Yoav

Hello,
I'm converstiong an MSP2003 environment to 2007.
How do I convert VBA reference of Enterprise fields to 2007 where the
Enterprise Fields are not recognized by attribute (e.g. Enterprise Text 4),
but by Name
(Feature Name)?
For example, how to convert to 2007 the following code (Enterprise Number11)?
If [Enterprise Number11]<0 then
msgbox "Delay from last time"
else
msgbox "Precede from last time"
end if
 
A

Andrew Jacks

Yoav,

I'm not too familiar with Project 2003 enterprise fields. However I do know
that they changed completely in Project 2007 and that when you create an
Enterprise custom field you can give it it's own name and say which entitly
it belongs to (Project, Task etc)

These new fields are then dynamicaly added to the views in the Reporting
database. I.e. MSP_Project_UserView with the name they were created with.
 

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