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:
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)
In this section: