Contains the closed relationships between two cases
Data model
Fields
Field | Type | Description |
---|---|---|
author_id | INT | Identifier of the user who closed the relationship |
created_date | DATETIME | Date on which the relationship was closed |
relation_type_id* | INT | Relationship type identifier |
source_id* | INT | Associated Parent Case Identifier |
target_id* | INT | Associated Child Case Identifier |
Primary Key
PK_ASDK_ITEM_RELATION_CLOSED |
---|
source_id, target_id, relation_type_id |