This program lets you view and analyze customizations that have been applied to a program or application within SYSPRO, including the main menu.
This includes listing all customized panes within a program, their types, and the script associated with them:
- For Form customized panes that have a separate XML containing the form's structure, the XML filename is supplied.
- For .NET User Control customized panes, the Assembly name and Namespace are included.
- Any associated panes are included in the Customized panes section.
- Custom form fields that have been added directly to a form are listed, as well as those that have been added to a listview using the Add Custom Columns option.
- Form Actions that have been added to a form appear in their own section, along with their associated VBScripts.
- The VBScripts section shows the name of the VBScript and its description, as well as where the script is loaded from, which functions exist within the script, and extracts from the script.
Although you can also use the Customization Management program to view changes made via roles or system-wide customizations, that program does not indicate, for example, which VBScript procedures are being executed in a given application.