Validation in other tools

The IDE tools have validation where global variables can be used, to report any incorrect global variable references.

For example, in NetConfig, when you click Validate or Save, the NetConfig file is read by the system as a plain text. It then uses pattern matching to find all possible strings, for example, $$xxxxxxx, to know which ones are not defined as global variables. It then prompts you with the invalid $$xxxxxx list.

This validation is also found in Lookup Table Configurator, Alert Configurator, and Translation Configurator.