The next table describes how to create a new eSpace (An application or a part of an application that implements a set of services, gathered in a single project. Each service can be presented in a different flow.).

How to create a new eSpace:

  1. In the File menu or on the Toolbar, click New . You can also create new eSpaces from the Start Screen of OutSystems Service Studio.

  1. When launching the New operation in the File Menu, OutSystems Service Studio presents the New eSpace wizard where you have to specify the following:

  • Start with: Indicate the type of flow you want to start with.

Web flow: OutSystems Service Studio automatically creates a WebFlow1 as follows:

Mobile Web Flow: OutSystems Service Studio automatically creates a MobileWFlow1 as follows:

SMS flow: OutSystems Service Studio automatically creates an SMSFlow1 as follows:

Blank eSpace: In this situation, you have to specifically create the flows in the eSpace tree.

  • Name: Name of the eSpace. This is also used to define the filename.

  • Location: The directory where the eSpace will be saved. You can use the Browse button to choose another directory.

  • Description: Description of the eSpace. You can change it afterwards in the eSpace properties.

  1. Press OK and the eSpace is created and saved as you specified.

Add more flows

To add more flows to your eSpace, follow these steps.

How to add flows to the eSpace:

Simply right-click on the Screen Flows folder, in the eSpace tree; or select the suitable option in the Insert menu.

The following types of flows are possible:

The eSpace and its flows are represented by only one file, with the extension oml (Stands for: OutSystems Markup Language).

See Also

File menu