OutSystems Service Studio 4.1 Help
Connect SMS Screens
To define the screen flow of your eSpace you need to create the necessary navigation between your Wait Message, Send Message, or Start iSMS. The navigation is implemented through the Connectors that can be created:
Directly in the SMS Flow;
In the Wait Message, Send Message or Start iSMS using the SMS Command Editor.
Connect SMS screens in the Flow Canvas
While designing your SMS Flow, in the Flow Canvas, simply connect the SMS Screens (Wait Message, Send Message, or Start iSMS) by clicking on the source screen and dragging to the destination screen. The next picture presents a connection created in the SMS Flow:

This connection is only graphical and, afterwards, you need to edit the SMS Screen (Wait Message, Send Message, or Start iSMS) and define how they are connected using the SMS Command Editor. Then the connector becomes instantiated and its color changes accordingly. See Connectors Layout below.
If you want to connect
to an SMS Screen that belongs to a different SMS flow, use the
Go To Screen element. How?
Connect SMS Screens in the SMS Command Editor
While editing your SMS Screen (Wait Message, Send Message or Start iSMS), in the SMS Screen Editor, you use the SMS Command Editor to connect your screens.
In this situation, Service Studio automatically creates the necessary Connectors in your SMS Web Flow. See Connectors Layout.
The possible destinations for your SMS commands are another SMS Screen or an action. Depending on the destination, the connector has a different color.
Link to a screen: If you simply want to navigate between screens, the destination of the SMS command is the screen that you want to jump to. In this situation, the Connector, at the Flow Canvas, has the following layout:

Link to a screen action: If you need to execute some business logic before jumping to another screen, the destination of the SMS command widget is a screen action that will, then, flow to the screen. In this situation, the Connector, at the Flow Canvas, has the following layout:

See Also
Interact with the User | SMS Command Editor | Sending Data Between SMS Messages | Connect SMS Flows