Presentation Command

Use the presentation command to specify how the third-party content retrieved by the invoke command is presented to the user.

The following table shows the properties of the presentation command.

Property Required Description

view

No

Specifies how action response content is displayed to the user. Use CLIENT to embed results in the application, POPUP to display results in a separate browser dialog, or WINDOW to display results in a new browser window or tab.

If you use CLIENT with the SELECT trigger, action results are displayed in the integrations side panel on the right of the display. The integrations panel must be open for the results to display. The SELECT trigger occurs when an item is opened, not when simply checked in a folder listing. If you use CLIENT with the MENU trigger, action results are displayed in a pop-up dialog. If you do not explicitly include view in the configuration file, it is dynamically added during application configuration and is given the default value of CLIENT.

popupWidth

No

A number specifying the width of the container. If none is specified, a default value is used, depending on the context.

popupHeight

No

A number specifying the height of the container. If none is specified, a default value is used, depending on the context.