Version Control tables maintain a summary, by Module and Configuration Table, of the current version and last modification of all elements in a solution.
Access: Track Changes → Version Control
Parent Page: Track Changes Tools (Reference)
The Version Control data is automatically used
to ensure consistency when connecting
the Solution in execution (Runtime) in order to performto Runtime for online changes.
The Designer UI underDesigner's Runtime/Diagnostics interface compares
theconfiguration 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.
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)
with running solution versions, determining online configuration capability.
| Column | Description |
|---|---|
| VersionID* | Version identifier |
| Module* | Module name |
| TableType* | Database table classification |
| Lines* | Number of entries |
| ChangedSinceBuild* | Changes after last build |
| DateModified* | Last modification date |
| Column | Description |
|---|---|
| ID | Unique record identifier |
| ChangedSincePublish | Changes after last publish |
| DateCreated | Record creation date |
*Columns marked with * are displayed by default
Version Control enables:
| Feature | Function |
|---|---|
| Consistency Check | Validates configuration versions |
| Hot Reload | Determines safe online changes |
| Sync Status | Shows out-of-date modules |
| Conflict Detection | Identifies version mismatches |
Double-click any row to navigate to that configuration table in Designer.
In this section:
| Page Tree | ||||
|---|---|---|---|---|
|