Creating Global Variables

Create a Global Variable to variablize an otherwise static input parameter. For example, a file or URL path, email address, etc.

If they can be used across multiple projects, Cleo recommends creating Global Variables in a CORE Project, so the object can easily be shared with other Projects.
  1. Select File | New | Global Variable from the main menu bar.
    Note: If you select the Package in which the Global Variable should reside before creating it, some parameters are automatically populated in the New Global Variable window.
  2. In the Source folder parameter, specify in which folder the Global Variable will reside.
  3. In the Package parameter, specify in which Package the Global Variable will reside.
  4. In the Name parameter, type a name for the Global Variable.
  5. Click Finish. An editor appears.