Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI Text Box
typeinfo

If you want to show the content external applications that are not modelled in Studio, you can use the AQ_ExternalContent container.

 

 Parameters

Name
Direction
Description
Type
Occurrences
Required
ShortcutNameInput
An expression to determine the shortcut to start. This shortcut must be added to the aquima.properties file.
Expression - StringSingle valued

Either the ShortcutName or ShortcutAttribute are required.

You can not use both in the same
service call. An error occurs at runtime when unknown is submitted in these parameters.

ShortcutAttributeInputSelect a string attribute that holds the name of the shortcut to be taken. This shortcut must be added to the aquima.properties file.Module Element - AttributeSingle valued
DataInputData of the current application that you want to transfer to the triggered application. This is done using key value pairs. The value is single valued.Expression - Any; Key-value pair; Multivalued resultMulti valuedfalse
PortalMessagesInputSelect portal messages to which this widget should react.GlobalElement - PortalMessageMulti valuedfalse
UI Text Box
typenote

If you choose for the ShortcutAttribute parameter an attribute that has a Value list, then the runtime validates that each shortcut name exists in the runtime that is defined in the value list.

...