Risk__c
Label: Risk Contains risks raised against projects.
Account__c |
Account |
Pre-Spring 2018 |
The account relating to the risk.
Looks up to: Account
|
Lookup |
|
Closed_Date__c |
Closed Date |
Pre-Spring 2018 |
The date that the risk was closed.
|
Date |
|
Closed__c |
Closed |
Pre-Spring 2018 |
Determines when closed based on the risk's Status. Defaults to true when the Status is Closed. Set to false for Open.
Formula: If( ISPICKVAL( Status__c, 'Open'), false, true)
|
Checkbox |
|
Comments__c |
Comments |
Pre-Spring 2018 |
Additional comments about the risk.
|
LongTextArea(32768) |
|
Contingency__c |
Contingency |
Pre-Spring 2018 |
A description for the plan of contingency to take place against the risk.
|
LongTextArea(32768) |
|
Date_Raised__c |
Date Raised |
Pre-Spring 2018 |
The date that the risk was raised.
|
Date |
NOW() |
Impact__c |
Impact |
Pre-Spring 2018 |
The impact of the risk. Values are 1 to 5. 1 is the lowest impact and 5 is the highest.
|
Picklist: 1 2 3 4 5 |
|
Issue__c |
Issue |
Pre-Spring 2018 |
The issue associated with the risk.
Looks up to: Issue__c
|
Lookup |
|
Likelihood__c |
Likelihood |
Pre-Spring 2018 |
Picklist holding likelihood of risk to occur
|
Picklist: 1 2 3 4 5 |
|
Milestone__c |
Milestone |
Pre-Spring 2018 |
The milestone relating to the risk.
Looks up to: Milestone__c
|
Lookup |
|
Mitigation_Plan__c |
Mitigation Plan |
Pre-Spring 2018 |
A description for the plan of mitigation to take place against the risk.
|
LongTextArea(32768) |
|
Opportunity__c |
Opportunity |
Pre-Spring 2018 |
The opportunity relating to the risk.
Looks up to: Opportunity
|
Lookup |
|
Project_Task__c |
Project Task |
Pre-Spring 2018 |
The project task relating to the risk.
Looks up to: Project_Task__c
|
Lookup |
|
Project__c |
Project |
Pre-Spring 2018 |
The project relating to the risk.
Looks up to: Proj__c
|
Lookup |
|
Risk_Description__c |
Risk Description |
Pre-Spring 2018 |
A description of the risk.
|
LongTextArea(32768) |
|
Risk_Name__c |
Risk Name |
Pre-Spring 2018 |
The name of the risk.
|
Text(80) |
|
Risk_Owner__c |
Risk Owner |
Pre-Spring 2018 |
The resource assigned as the risk owner.
Looks up to: Contact
|
Lookup |
|
Severity__c |
Severity |
Pre-Spring 2018 |
The severity of the risk. Calculated from Impact and Likelihood values.
Formula: VALUE( TEXT(Impact__c ) ) * VALUE( TEXT(Likelihood__c ) )
|
Number(18,0) |
|
Status__c |
Status |
Pre-Spring 2018 |
The status of the risk. Values are Open and Closed.
|
Picklist: Closed Open |
|
|