Integrate Management views

In your Performance Dashboard, you can call up the Management views (MVs) and documents assigned to the queries. The corresponding links are specified when modeling the ARIS model, see chapter on Create your ARIS model.

Tip

For details of the requirements for installing the Management views component and instructions for installing the component, refer to the ARIS Performance Dashboard Installation Guide.

There are two different types of Management views:

Both bitmap-based and Flex-based Management views can be used only in conjunction with an operational Performance Dashboard installation.

Shared features

Both types use an HTML structure file in which the actual Management view is embedded using a JavaScript method call. The HTML structure file can contain several method calls, which enables you to publish different Management views simultaneously on a single HTML page. The name of the JavaScript method is used to specify the type of Management view to be displayed.

The JavaScript interface of the Web application supports both procedural and object-based options to call functions or methods for displaying Management views. For better readability, we will use the term method for the term function in the procedural context.

Warning

The common use of the procedural and object-based interface within the same structure file is not supported.

See also

A detailed description of the bitmap-based Management views is available in the Appendix in the chapter on Bitmap-based Management view.