Dim.BuildSource
This feature is available in Enterprise and Ultimate editions.
Build Runs in VersionOne have an attribute called Source. This is a single select list used to indicate thow the build was initiated (i.e. Triggered or Forced). This table contains Type 1 data for the Build Run Source values defined in your VersionOne instance.
Table Description
Column Name | Description | DataType |
BuildSourceKey | Data Mart unique identifier for this value | int |
BuildSourceOid | VersionOne identifier for this value | int |
BuildSourceName | Name | nvarchar |
BuildSourceOrder | The order this value appears in the VersionOne dropdown list | nvarchar |
BuildSourceAssetState | State of the list value (Active or Closed) | varchar |
BuildSourceCreateDateUTC | UTC Date the value was created | datetime |
BuildSourceLastModifiedDateUTC | UTC Date the value was last modified | datetime |
BuildSourceCreatedByKey | Foreign Key to Dim.Member for the person that created this value | int |
BuildSourceLastModifiedByKey | Foreign Key to Dim.Member for the person that last modified this value | int |
BuildSourceCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
BuildSourceLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |