Go To App
Function
This module enables users to call and execute other Fuse applications from within an application.
Select the application to jump to from the drop-down menu, as well as the preferred revision, if there is one.
Please note that any application(s) that users would like to call out to in their Fuse application(s) must be owned or shared by that user.
Upon exit of a sub application all of the variables declared in that sub application become available as properties of the Goto App module variable.
The format for this is modulevariable.subvariable
.
A common use for the Go to App module is to ensure PCI compliance. This module also allows separation of applications for user control.
Assume that a Fuse application processes payments, but the marketing team also wants access to the application in order to update messaging and offers.
Note: If the main application is shared with another user and is to be deployed separately in that new user's account, then any sub application referenced in the Goto App modules should be shared with that user as well
Module Settings
Note: The private setting here will prevent logging only for variables and values defined in this module. Modules in the sub application will follow its own private logging settings.
Last updated