Overview

The Script Editor is used to define Jython scripts that run in response to FDMEE events or during the file import processes. Scripts are saved in the data\scripts directory of the FDMEE application (with a .py extension for Jython scripts or a .vbs extension for Visual Basic scripts). Import scripts are saved to the data\scripts\import subdirectory, event scripts are saved to the data\scripts\event subdirectory, and custom scripts are saved to the data\scripts\custom subdirectory. Scripts can be copied to other FDMEE environments and edited using a text editor.