EPM 2007 : Custom Field ID

H

Hiral

Hi,

In 2003 , by using pjCustomTaskEnterpriseText we could retrive this fileds
field ID.

I want to know on similar lines , that if a custom field is created in 2007
, then how can we retrive the Field ID.

Note: the pjCustomTask.. method is avaible in 2007 but to which text field
is it linked is not known.

Could ne 1 plz help me on this..

Thnx..
 
R

Ray McCoppin

In 2003 these where constants that defined the 40 text fields that where
available. They are still available in 2007, but may not be used.

In 2007 VBA you can get the field I like this by using the field name.

Debug.Print FieldNameToFieldConstant("FieldName")

Hope this helps
--
Ray McCoppin

http://www.randsmanagement.com
SQL Reporting Services gantt charts
Project Server 2007 archive tool
Project Server 2007 Mass Resource Tool
 
H

Hiral

Thnx so much frenz...

Do u kno nething abt the project before save event...

i have posted dat query in the developers discussion forum...

beliv its a bug o sumthin not sure though...

Help help will be appreciated...

Thnx onc again
 

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