How to get custom field values for tasks using PDS

B

Burki

Hi all

When we define a Custom Field using MS Project Professional with a
formula then it becomes necessary to update that column in the Project
Plan. Also we are unabe to find a PDS API method/function which return
that Custom Field for a specific project. For example if we define a
Custom Field "Enterprise Baseline Cost" with formula "[Baseline Cost]"
then we cannot access it for a specific project using PDS API
method/function.

Also we need to verify the formula which we are using to get the Tasks
Starting Late.

Formula:
IIf([% Work Complete]="0%" And [Start]>[Current Date] And [Actual
Start]=ProjDateValue("NA"),"Starting Late","On Schedule")


Best Regards
Burki
 
Top