QueueMethod Method
Launch a queue method on an applet in another view. When invoked, the UI navigates to the view specified, and then the Queue method is invoked on the specified applet.
Other input arguments of this method will be cached into the application Shared Global, which can be retried back.
DTU DataTransfer method has built-in integration with the QueueMethod. When the input argument DataMapObject has the format:
SharedGlobal: NameofSharedGlobal
The data map object name can be retrieved from Shared Global with the name NameofSharedGlobal.
Arguments
Argument | Description |
---|---|
GotoView |
Name of the view to go to. |
Applet |
Applet name. |
Method |
Queued method to be invoked on the applet. |