Versions Compared

Key

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

This eThis AQ_Dashboard_ProjectWidget container starts an exposed flow with interaction of another project that could be placed in a different branch or repository, and displays the pages of the other flow in this container. Communication to the other project is possible in two ways. When the AQ_Dashboard_ProjectWidget container is rendered on the page, data can be send to the other project using the Data parameter. Once the page is done loading, information can be submitted using Portal Messages. In both cases can the data be retrieved in the other project by using the AQ_GetRequestParameters [Editor] service.

...

Name
Direction
Description
Type
Occurrences
Required
ShortcutNameInput
The shortcut name which refers to an URL of the application to start. This shortcut must be added to the aquima.properties file.
Expression - StringSingle valuedfalse
ShortcutAttributeInputSelect a string attribute that holds the name of the shortcut to be takenused.Module Element - AttributeSingle valuedfalse
DataInputSubmit data Data of the current application that you want to transfer to the new triggered application. This is done using key value pairs.Expression - Any; Key-value pair; Multivalued resultMulti valuedfalse
PortalMessagesInputSelect portal messages to which this widget should react.GlobalElement - PortalMessageMulti valuedfalse

...