Dependencies
Displays the relationships and dependencies between configuration components such as objects, fields, workflows, and picklists. This helps in impact analysis and change planning.
Columns
| Name | Type | Description |
| ID | String | Unique identifier for the dependency record, used to distinguish it from other entries within the table. |
| Dependency_Type | String | Specifies the type of dependency that exists, such as question-to-question or section-to-question dependency, which determines how different form components are interrelated. |
| Name | String | Descriptive label or name assigned to the dependency, often used to identify it in user interfaces or reports. |
| Status | String | Current lifecycle state of the dependency, such as Active, Inactive, or Archived, which controls whether it is enforced in the system. |
| Created_By | String | Username or system identifier of the user who initially created the dependency record. |
| Created_Date | Datetime | Timestamp indicating when the dependency was first created in the system. |
| Last_Modified_By | String | Username or system identifier of the last user who modified the dependency record. |
| Last_Modified_Date | Datetime | Timestamp showing the most recent date and time when the dependency record was updated. |
| Behavior | String | Defines the functional behavior triggered by the dependency, such as showing or hiding dependent fields based on the controlling condition. |
| Checklist | String | References a checklist that the dependency is associated with, indicating the context or form where the dependency is applied. |
| Controlling_Question | String | Identifier of the question that controls the behavior of one or more dependent elements, typically used in conditional logic. |
| Dependent_Question | String | Identifier of the question that is conditionally affected by the controlling question, activated or modified based on specified criteria. |
| Answer | String | The specific response value from the controlling question that triggers the dependency logic to affect the dependent question or section. |
| Dependent_Section | String | Specifies the section within a form or checklist that is affected when the dependency condition is met. |