PSI custom field formula

  • Thread starter MacKenzie Mickelsen
  • Start date
M

MacKenzie Mickelsen

Hi I am wondering if there is a way in the PSI to get the calculated value of
a formula custom field. I can get the string of the formula but not the
value.

Thanks in advance

Kenzie
 
S

Stephen Sanderlin [MVP]

You can retrieve this information using the same method for retrieve any
custom field value -- it can be found in the various CustomFields properties
(e.g. the ProjectCustomFields property of the ProjectDataSet). If you're
retrieving the formula itself, then you're trying to retrieve this data
using the CustomFields web service, which provides information about the
custom field itself.

--
Stephen Sanderlin, Project MVP
VP of Technology
MSProjectExperts

For Project Server Consulting: http://www.msprojectexperts.com
For Project Server Training: http://www.projectservertraining.com

Read our blog at: http://www.projectserverhelp.com

Learn | Connect | Grow @ The Microsoft Project Conference Phoenix, AZ -
September 14-17, 2009
 
Top