Versions Compared

Key

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

This AQ_Dashboard_ProjectWidget container will start another application starts an exposed flow with interaction of another project that could be placed in a different branch or repository, and show displays the contents pages of the other application flow in a widget. You can submit data to the other application and the data can be retrieved in the other application by using the AQ_GetRequestParameters [Editor] service. Portalmessages can also be send to the application running in this widget, and can be received from the application that is running in this widget. Data from such a portal message can be read in the other application this container. Communication to the other project is possible in 2 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.

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
ShortcutNameInputThe URL of the application to start.Expression - StringSingle valuedfalse
ShortcutAttributeInputSelect a string attribute that holds the name of the shortcut to be taken.Module Element - AttributeSingle valuedfalse
DataInputSubmit data to the new application using key value pairs.Expression - Any; Key-value pair; Multivalued resultMulti valuedfalse
PortalMessagesInputSelect portal messages to which this widget should react.GlobalElement - PortalMessageMulti valuedfalse

...