Overview

Version Control 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:


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

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 row navigates to the Designer configuration UI for the selected table.


In this section:

  • No labels