PlanVersion__c
Label: Plan Scenario Represents a specific scenario, version, or snapshot of a plan. Enables you to explore alternative cases within the same plan.
CreatedFrom__c |
Created From |
May 2024 |
The scenario that this scenario was originally created from.
Looks up to: PlanVersion__c
|
Lookup |
|
Description__c |
Description |
May 2024 |
The description of the scenario.
|
TextArea |
|
IsDefaultVersion__c |
Default Scenario |
Summer 2024 |
Indicates whether the scenario is the default scenario for the plan that it belongs to.
Formula: Plan__r.CurrentVersion__c = Id
|
Checkbox |
|
Lock__c |
Locking Job |
Winter 2024 |
For Certinia internal use only.
Looks up to: AsyncPlanJob__c
|
Lookup |
|
PlanNameAndVersionName__c |
Plan Name and Scenario Name |
Summer 2024 |
For system use. The name of the plan that the scenario belongs to, followed by $. and the name of the scenario.
Formula: Plan__r.Name + '$.' + Name
|
Text |
|
Plan__c |
Plan |
Winter 2024 |
The plan that the scenario belongs to.
Looks up to: Plan__c
|
MasterDetail |
|
|