Dim.TaskSource
Task assets in have an attribute called Source. This is a single select list used to indicate the source of the Task (Planned). This table contains Type 1 data for the Task Sourced values defined in your instance.
Table Description
| Column Name | Description | DataType |
|---|---|---|
| TaskSourceKey | Data Mart unique identifier for this value | int |
| TaskSourceOid | Identifier for this value | int |
| TaskSourceName | Name | nvarchar |
| TaskSourceOrder | The order this value appears in the list | int |
| TaskSourceAssetState | State of the list value (Active or Closed) | varchar |
| TaskSourceCreateDateUTC | UTC Date the value was created | datetime |
| TaskSourceLastModifiedDateUTC | UTC Date the value was last modified | datetime |
| TaskSourceCreatedByKey | Data Mart identifier of the Member that created this value | int |
| TaskSourceLastModifiedByKey | Data Mart identifier of the Member that last modified this value | int |
| TaskSourceCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
| TaskSourceLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |