Field
|
Type
|
Read Only
|
Filterable Orderable
|
Description
|
Cause
|
string restricted to maxLength(4000)
|
|
X
|
The description of the cause of the Risk.
|
CreateDate
|
dateTime
|
X
|
X
|
The date this risk was created.
|
CreateUser
|
string
|
X
|
X
|
The name of the user that created the risk.
|
Description
|
string restricted to maxLength(4000)
|
|
X
|
The description of the Risk.
|
Effect
|
string restricted to maxLength(4000)
|
|
X
|
The description of the risks effect on the project.
|
Id
|
string restricted to maxLength(40)
|
|
X
|
The ID of the Risk. Must be unique within a project.
|
IsBaseline
|
boolean
|
X
|
X
|
The boolean value indicating if this business object is related to a Project or Baseline
|
IsTemplate
|
boolean
|
X
|
X
|
The boolean value indicating if this business object is related to a template Project.
|
LastUpdateDate
|
dateTime
|
X
|
X
|
The date this risk was last updated.
|
LastUpdateUser
|
string
|
X
|
X
|
The name of the user that last updated the risk.
|
Name
|
string restricted to maxLength(200)
|
|
X
|
The name of the Risk. Does not need to be unique.
|
Note
|
string restricted to maxLength(4000)
|
|
X
|
The comments associated with the Risk.
|
ObjectId
|
int
|
|
X
|
The unique ID generated by the system.
|
ProjectId
|
string
|
X
|
X
|
The short name of the associated project.
|
ProjectName
|
string restricted to maxLength(100)
|
X
|
X
|
The name of the associated project.
|
ProjectObjectId
|
int
|
|
X
|
The unique ID of the associated project.
|
ResourceId
|
string restricted to maxLength(20)
|
X
|
X
|
The ID of the resource who owns the Risk. The owner of the Risk is responsible for resolving the Risk.
|
ResourceName
|
string restricted to maxLength(100)
|
X
|
X
|
The name of the resource who owns the Risk. The owner of the Risk is responsible for resolving the Risk.
|
ResourceObjectId
|
int
|
|
X
|
The unique ID of the associated resource.
|
ResponseTotalCost
|
double
|
|
|
The total estimated cost for the risk. If the risk has an associated response plan, the cost is calculated from the risk response actions for the response plan. Not available if user does not have View Project Costs-Financial privilege.
|
RiskCategoryName
|
string restricted to maxLength(40)
|
X
|
X
|
The name of the category to which the Risk is assigned. e.g. Weather, Health, Legal etc. A Risk can only be associated with a single category.
|
RiskCategoryObjectId
|
int
|
|
X
|
The unique ID of the category to which the Risk is assigned. e.g. Weather, Health, Legal etc. A Risk can only be associated with a single category.
|
Score
|
int
|
X
|
|
The calculated score value of the impact values assigned to the risk.
|
ScoreColor
|
string restricted to pattern '#[A-Fa-f0-9]{6}|'
|
X
|
|
The color of the tolerance threshold for the score value.
|
ScoreText
|
string restricted to maxLength(40)
|
X
|
|
The calculated score text value of the impact values assigned to the risk.
|
Status
|
string restricted to 'Proposed' 'Open' 'Active' 'Rejected' 'Managed' 'Impacted'
|
|
X
|
The current status of the Risk. Valid values are 'Proposed', 'Open', 'Rejected', 'Managed', and 'Impacted'.
|
Type
|
string restricted to 'Threat' 'Opportunity'
|
|
X
|
The type of the risk. Valid values are 'Threat' and 'Opportunity'.
|