ProjectType
This common data type is used in many project-related operations.
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
projectName |
String |
Name of the project. |
No |
N/A |
projectTypeName a |
String |
Name of the project type for the project. |
No |
N/A |
projectTypeId a |
Long |
Numeric value used to identify a project type. |
No |
N/A |
projectManagerUserName |
String[] |
List of all the project managers for the project. |
No |
N/A |
plannedStartPeriodFullName |
String |
Full name of the project start period. |
No |
N/A |
plannedFinishPeriodFullName |
String |
Full name of the project finish period. |
No |
N/A |
regionName |
String |
Name of the project's region. |
No |
N/A |
staffingProfileName |
String |
Name of the associated staffing profile. |
No |
N/A |
budgetName |
String |
Name of the associated budget. |
No |
N/A |
financialBenefitName |
String |
Name of the associated financial benefit. |
No |
N/A |
simpleFields |
SimpleFields |
An array list of the following elements:
|
No |
N/A |
tables |
Table |
An array list of token and columns elements. |
No |
N/A |
pmReferences |
pmReference |
A list of references for the project. References contain the following information:
The `attachment' reference type is not yet supported through web services. |
No |
N/A |
notes |
Note |
Refer to Demand Management. |
No |
N/A |
fieldChangeNotes |
fieldChangeNote |
Refer to Demand Management. |
No |
N/A |
a. When you make a web service call, you can either specify the projectTypeName property or the projectTypeId property, but not both of them. When the projectType object is returned in response to the web service call, only the projectTypeName is populated. |