It contains the relationship between two cases
Data model

Fields
Field |
Type |
Description |
author_id |
INT |
Identifier of the user who created the relationship, references the table AFW_USERS.user_id |
created_date |
DATETIME |
Date the relationship was created |
relation_type_id* |
INT |
Relationship type identifier, reference the RELATION_TYPE.id table |
source_id* |
INT |
Associated Parent Case Identifier |
target_id* |
INT |
Associated Child Case Identifier |
Primary Key
PK_ASDK_ITEM_RELATION |
source_id, target_id, relation_type_id |
References
Column |
Referenced Table |
Referenced column |
Name |
author_id |
dbo.AFW_USERS |
user_id |
FK01_ASDK_ITEM_RELATION |
relation_type_id* |
Bod. ASMS_RELATION_TYPE |
id |
FK02_ASDK_ITEM_RELATION |