Overview
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:
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 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)
Double-click on a rows goes to the Designer configuration for the selected table.
In this section: