Contains version information about the relationship between an article and a case - DataWareHouse
Data model
Fields
| Field | Type | Description |
|---|---|---|
| article_id* | INT | Related article identifier |
| author_id | INT | Identifier of the user who modified the article |
| author_name | NVARCHAR (510) | Name of the user who modified the relationship |
| created_date* | DATETIME | Date on which the relationship was closed |
| item_id* | INT | Related Case Identifier |
| relation_source_name | NVARCHAR (510) | Name of the source relationship |
| relation_target_name | NVARCHAR (510) | Name of the target relationship |
| relation_type_id* | INT | Relationship type identifier |
Primary Key
| PK_ASDK_ITEM_ARTICLE_DW |
|---|
| item_id, article_id, relation_type_id, created_date |