Compiled Modules Inspector

The Compiled Modules Inspector displays a list of the ProcScript modules after the main development object has been compiled. It provides insight into the compiled modules and enables you to navigate to their source definitions.

The compiled ProcScript is not always what is expected. It may include inherited ProcScript modules that are defined elsewhere, but it may exclude triggers defined in modeled entities and fields that are disabled in the current type of component. It may ignore ProcScript modules that have been overridden by locally-defined modules. For more information, see Compilation.

Note:  Icons in the list indicate whether the type of module and whether it is local, inherited, and/or overlaid.
Icons for Compiled Modules
Icon Meaning
EntryEntry is defined locally.
Inherited Entry Entry is inherited.
Inherited Overlay EntryEntry replaces an inherited entry.
Overlay EntryEntry replaces an entry defined in another object.
Operation Operation is defined locally.
Inherited OperationOperation is inherited.
Inherited Overlay OperationOperation replaces an inherited operation.
Overlay Operation Operation replaces an operation defined elsewhere, for example in an IncludeScript.
TriggerTrigger is defined locally.
Inherited TriggerTrigger is inherited.
Inherited Overlay TriggerTrigger replaces an inherited trigger.
Overlay Trigger Trigger replaces a trigger defined elsewhere, for example in an IncludeScript.

How to

  • To generate compiled module information, click Compile.
  • To navigate to the source of a compiled ProcScript module, double-click the module name in the Modules tab.

    The module is opened in the Script Editor of the object where it is declared. This will be in a different editor if the module was inherited.