Professional Services Automation Data Dictionary

pse__Risk__c

Label: Risk

Contains risks raised against projects.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
pse__Account__c Account Pre-Spring 2018 The account relating to the risk.

Looks up to: Account

Lookup false
pse__Closed_Date__c Closed Date Pre-Spring 2018 The date that the risk was closed.

Date false
pse__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:
ISPICKVAL( pse__Status__c, 'Closed')
Checkbox
pse__Comments__c Comments Pre-Spring 2018 Additional comments about the risk.

LongTextArea(32768)
pse__Contingency__c Contingency Pre-Spring 2018 A description for the plan of contingency to take place against the risk.

LongTextArea(32768)
pse__Date_Raised__c Date Raised Pre-Spring 2018 The date that the risk was raised.

Date false NOW()
pse__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
false
pse__Issue__c Issue Pre-Spring 2018 The issue associated with the risk.

Looks up to: pse__Issue__c
Lookup false
pse__Likelihood__c Likelihood Pre-Spring 2018 Picklist holding likelihood of risk to occur

Picklist:
1
2
3
4
5
false
pse__Milestone__c Milestone Pre-Spring 2018 The milestone relating to the risk.

Looks up to: pse__Milestone__c
Lookup false
pse__Mitigation_Plan__c Mitigation Plan Pre-Spring 2018 A description for the plan of mitigation to take place against the risk.

LongTextArea(32768)
pse__Opportunity__c Opportunity Pre-Spring 2018 The opportunity relating to the risk.

Looks up to: Opportunity

Lookup false
pse__Project_Task__c Project Task Pre-Spring 2018 The project task relating to the risk.

Looks up to: pse__Project_Task__c
Lookup false
pse__Project__c Project Pre-Spring 2018 The project relating to the risk.

Looks up to: pse__Proj__c
Lookup false
pse__Risk_Description__c Risk Description Pre-Spring 2018 A description of the risk.

LongTextArea(32768)
pse__Risk_Name__c Risk Name Pre-Spring 2018 The name of the risk.

Text(255) true
pse__Risk_Owner__c Risk Owner Pre-Spring 2018 The resource assigned as the risk owner.

Looks up to: Contact

Lookup false
pse__Severity__c Severity Pre-Spring 2018 The severity of the risk. Calculated from Impact and Likelihood values.

Formula:
VALUE( TEXT(pse__Impact__c ) ) * VALUE( TEXT(pse__Likelihood__c ) )
Number(18,0) false
pse__Source_Risk__c Source Risk Summer 2024 The source risk from which the new risk is copied.

Looks up to: pse__Risk__c
Lookup false
pse__Status__c Status Pre-Spring 2018 The status of the risk. Values are Open and Closed.

Picklist:
Closed
Open
false


© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.