Overview
It provides 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 | ||||
---|---|---|---|---|
|
TrackChanges VersionControl tables maintains a summary, by Module and Configuration Table, of the current version of last modification of all elements in a solution.
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
Using the VersionControl Table
The data from the VersionControl 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 Runtime → Diagnostics, compares the version of your configuration files, with the versions of all the tables in the solution in execution, allowing the online configuration to proceed, or stay within 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.
VersionControl Version Control Table Columns
Property | 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 rows goes to the Designer configuration for the selected table. |
In this section:
Page Tree | ||||
---|---|---|---|---|
|