Dim.RequestStatus
This feature is available in Enterprise and Ultimate editions.
Request assets in VersionOne have an attribute called Status. This is a single select list used to indicate the Request Status (i.e. Reviewed, Approved). This table contains Type 1 data for the Request Status values defined in your VersionOne instance.
Table Description
Column Name | Description | DataType |
RequestStatusKey | Data Mart identifier for this data | int |
RequestStatusOid | VersionOne identifier for this data | int |
RequestStatusName | Name | varchar |
RequestStatusOrder | The order this value appears in the VersionOne dropdown list | int |
RequestStatusAssetState | State of the list value (Active or Closed) | varchar |
RequestStatusCreateDateUTC | Date and time this value was created | datetime |
RequestStatusLastModifiedDateUTC | Date and time this value was last modified | datetime |
RequestStatusCreatedByKey | Data Mart identifier of the Member that created this value | int |
RequestStatusLastModifiedByKey | Data Mart identifier of the Member that last modified this value | int |
RequestStatusCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
RequestStatusLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |