Mobile Workflow URL Parameters

When writing your own HTML and JavaScript, when the document is loaded, these URL parameters will be present.

An example of how to use these URL parameters can be found in the onWorkflowLoad() function in the Utils.js file.
URL parameter Description
loglevel Current device log level.
screenToShow Name of the screen which should be displayed.
supusername Username of the current Workflow (if available).
lang Current language of the device.
isalreadyprocessed Indicates whether or not the Workflow message has been processed. The JavaScript can, for example, choose to show all controls as read-only if it has already been processed but viewed again.
loadtransformdata Indicates that the JavaScript should request the transform data (contents of the e-mail message) from the Container using the loadtransformdata querytype. For information about the query types, see the topic Calling the Hybrid Web Container.
ignoretransformscreen Indicates that the JavaScript should ignore the RequestScreen tag in the transform data (contents of the e-mail message). This is set to true when the screen that needs to be shown is either the Activation or Credentials screen.