Releases
Stores software release and versioning records. This table supports deployment management and compatibility tracking.
Columns
| Name | Type | ReadOnly | Description |
| Created_By | String | True |
The unique identifier (Id) of the user who created this release record. This value identifies the record author for auditing and ownership tracking. |
| Date_Entered | Datetime | True |
The date and time when this release record was created. This value provides lifecycle and timeline context. |
| Date_Modified | Datetime | True |
The date and time when this release record was most recently updated. This field supports auditing and change tracking. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this release record is marked as deleted. It returns a value of 'false' when the record remains active and available for use. |
| Id [KEY] | String | True |
The Id for this release record. This value is used to reference the release across system modules and related records. |
| List_Order | Int | True |
The numeric position of this release in ordered lists. This value determines how the release is displayed in selection lists and UI components. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this release record. This value identifies the source of the most recent change. |
| Name | String | False |
The name of the release. This value is used as the primary label throughout the system and in user-facing lists. |
| Status | String | False |
The current status of the release, such as active, inactive, or deprecated. This value determines whether the release is selectable or displayed in user workflows. |