HTML |
---|
<style> .text-span-6 { background-image: linear-gradient(99deg, rgba(170, 163, 239, .5), rgba(125, 203, 207, .5)); border-radius: 50px; padding-left: 15px; padding-right: 15px; } #title-text { display: none; } .panelgradient { background-image: linear-gradient(180deg, #d5def0, whitesmoke); border-radius: 8px; flex-direction: column; justify-content: center; align-items: center; padding: 4rem; display: flex; position: relative; } </style> <div class ="panelgradient"> <h1 style="text-align: center;">Track Changes</h1> </div> |
Introduction to Track Changes
The Track Changes tools provides additional features for logging and tracking the engineering solution changes, covering the following: Recent Changes, Version Control, Cross-Reference, Use Count, and Unused Objects.
This page provides the links for the documentation each one of those features.
On this page:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
TrackChanges Tables
Recent Changes
Presents the list objects modified in the Solution Configuration. See Recent Changes
Version
ControlsControl
Presents the summary of all configuration tables and its version. See Version Control
Cross-Reference
Presents the list objects in use and its usage locations. See Cross-Reference
Use Count
Presents the list objects in use, and the number of times it has been used. See Use Count
Unused Objects
Presents the list objects created but not used in the configuration. See Unused Objects
In this section:
Page Tree | ||||
---|---|---|---|---|
|