Description: The activity risk object stores the relationship between a single Activity and a single Risk.
Field | Type | Description | Read-Only |
---|---|---|---|
ActivityId | String | The short name of the associated activity. | No |
ActivityName | String | The name of the associated activity. | No |
ActivityObjectId | ForeignKey | The unique ID of the associated activity. | No |
ObjectId | String | The unique ID generated by the system. | No |
ProjectId | String | The short name of the associated project. | No |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
RiskId | String | The short name of the associated risk. | No |
RiskName | String | The name of the associated risk. | No |
RiskObjectId | ForeignKey | The unique ID of the associated risk. | No |