Overview
The Version Control feature displays a table for tracking the versions of objects within the solution. It includes a column named VersionID, which increments with every configuration change on each configuration interface of each module. This feature allows the user to select multiple rows for importing from or exporting to the Git folder. The purpose of this interface is to maintain the history of all object versions, enabling the tracking and control of object versions over the solution life cycle. The Version Control finds relevance in version logging and tracking scenarios, such as configuration management and audit compliance. To use this feature navigate to Track Changes → Version Control, select desired objects within the table, and check their version history. Check out the Version Control documentation to leverage this feature's potential.
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
tables maintain a summary, by Module and Configuration Table, of the current version of the last modification of all elements in a solution.
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
Using the Version Control Table
The data from the Version Control is automatically used by the platform to ensure consistency when connecting the Solution in execution (Runtime) in order to perform online changes.
The Designer UI under Runtime / Diagnostics compares the versions of your configuration files with the versions of all the tables in the solution in execution, allowing the online configuration to proceed or remain in offline configuration, showing which parts of the solution are out of date.
→ Go to Runtime Diagnostics for more information on online configuration and hot reload procedures.
Version Control Table Columns
Properties reference
Version ControlProperty | Description |
---|---|
ID | Assigns a unique identifier to each record. |
VersionID* | Specifies the version identifier of the record. |
Module* | Identifies the module to which the record belongs. |
TableType* | Classifies the type of database table. |
Lines* | Counts the number of lines or entries. |
ChangedSinceBuild* | Flags changes made since the last build. |
ChangedSincePublish | Indicates changes made since the last publication. |
DateCreated | Records the date when the record was created. |
DateModified* | Captures the date when the record was last modified. |
*(Column displayed by default on data grid)
Tip |
---|
Double-click on a row navigates to the Designer configuration UI for the selected table. |
In this section:
Page Tree | ||||
---|---|---|---|---|
|