<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> |
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 an overview of the available features for tracking changes in the software platform.
On this page:
Presents the list objects modified in the Solution Configuration. See Recent Changes
Presents the summary of all configuration tables and its version. See Version Control
Presents the list objects in use and its usage locations. See Cross-Reference
Presents the list objects in use, and the number of times it has been used. See Use Count
Presents the list objects created but not used in the configuration. See Unused Objects
In this section: