Condition Dependency Field Reference
The Condition Dependency object is used to store a logic of links for conditions to build dependencies of one condition on another.
| Available for Calculation Type of Condition record type. |
Object API name: orders__ConditionDependency__c
| Field | API Name | Type | Description |
|---|---|---|---|
Active |
orders__IsActive__c |
Checkbox |
Defines if the record is active and should be applied in business logic. |
Controlling Condition |
orders__ControllingConditionId__c |
Lookup(Condition) |
Specify the controlling Condition. Available when Dependency Type is Discount To Discount or Discount To Freebie. |
Controlling Freebie Condition |
orders__ControllingFreebieConditionId__c |
Lookup(Freebie Condition) |
Specify the controlling Freebie Condition. Available when Dependency Type is Freebie To Freebie or Freebie To Discount. |
Dependency Action |
orders__DependencyAction__c |
Picklist |
The action type to be performed. Available values:
Available when Dependency Type is Freebie To Freebie.
|
Dependency Type |
orders__DependencyType__c |
Picklist |
Select the dependency type for Dependency Action, considering that the first condition is controlling and the second is dependent. Available values:
|
Dependent Condition |
orders__DependentConditionId__c |
Lookup(Dependent Condition) |
Specify the dependent Condition. Available when Dependency Type is Discount To Discount or Discount To Freebie. |
Dependent Freebie Condition |
orders__DependentFreebieConditionId__c |
Lookup(Dependent Freebie Condition) |
Specify the controlling Freebie Condition. Available when Dependency Type is Freebie To Freebie or Freebie To Discount. |
External Id |
orders__ExternalId__c |
Text(255) (External ID) (Unique Case Insensitive) |
External record identifier for ERP/CRM system (if required). |
Order |
orders__Order__c |
Number(18, 0) |
The ordinal number of a record for prioritization during condition search. |