Description: The activity risk object stores the relationship between a single Activity and a single Risk.
Field | Type | Description | Read-Only |
---|---|---|---|
activityCode | String | The short name of the associated activity. | Yes |
activityId | ForeignKey | The unique ID of the associated activity. | No |
activityRiskId | String | The unique ID generated by the system. | No |
projectCode | String | The short name of the associated project. | Yes |
projectRiskId | ForeignKey | The unique ID of the associated risk. | No |
riskCode | String | The short name of the associated risk. | Yes |
riskName | String | The name of the associated risk. | Yes |