Dim.BuildStatus
This feature is available in Enterprise and Ultimate editions.
Build Runs in VersionOne have an attribute called Status. This is a single select list used to indicate the result of the Build (i.e. Passed, Failed). This table contains Type 1 data for the Build Run Status values defined in your VersionOne instance.
Table Description
Column Name | Description | DataType |
BuildStatusKey | Data Mart identifier for this data | int |
BuildStatusOid | VersionOne identifier for this data | int |
BuildStatusName | Name | varchar |
BuildStatusOrder | The order this value appears in the VersionOne dropdown list | int |
BuildStatusAssetState | State of the list value (Active or Closed) | varchar |
BuildStatusCreateDateUTC | Date and time this value was created | datetime |
BuildStatusLastModifiedDateUTC | Date and time this value was last modified | datetime |
BuildStatusCreatedByKey | Foreign Key to Dim.Member for the person that created this value | int |
BuildStatusLastModifiedByKey | Foreign Key to Dim.Member for the person that last modified this value | int |
BuildStatusCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
BuildStatusLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |