Contains the relationship between a closed article and a case
Data model
Fields
Field | Type | Description |
---|---|---|
article_id* | INT | Related article identifier |
author_id | INT | Identifier of the user who closed the article |
created_date | DATETIME | Date on which the relationship was closed |
item_id* | INT | Related Case Identifier |
relation_type_id* | INT | Relationship type identifier |
Primary Key
PK_ASDK_ITEM_ARTICLE_CLOSED |
---|
item_id, article_id, relation_type_id |