Configure the dashboard editor in ARIS to display dashboards
Create a dashboard in the dashboard editor in ARIS
You can create a dashboard in the dashboard editor in ARIS.
Prerequisites
You have created an URL alias for ARIS Risk and Compliance in ARIS Administration ( Application launcher >
Administration >
Configuration > Dashboards). For detailed information, refer to Add a URL alias for dashboards in the ARIS online help.
Start ARIS.
Click
Application launcher >
Dashboards and Data feeds. The dashboards are displayed.
Click
Add dashboard in the button bar. The dashboard editor opens on a separate browser tab.In the right-hand panel, click a data visualization component, in our example Grid.
Click Configure data manually > Show all.
Click ARIS Table data source. The Configure ARIS Table operator panel is displayed.
Paste the data request URL you generated in ARIS Risk and Compliance before.
To use dynamic URL aliases so that the dashboard can be used with different ARIS Risk and Compliance hosts, remove the part preceding /arcm/api/query? in the URL. The URL would look like this, for example: /arcm/api/query?qname=riskdata&qlanguage=en&qsort=r_client,ASC.
Enable URL alias and select the alias you previously created for ARIS Risk and Compliance (
Application launcher >
Administration >
Configuration > Dashboards.) This dynamically adds the protocol, host name, and port to complete the URL.Click Open Settings.
Enable Single sign-on to use the access privileges of the current user to access ARIS Risk and Compliance data.
Alternatively, provide the login data of a specific ARIS Risk and Compliance user to be always used.
Close the settings.
Use the ARIS.database parameter in the Configure ARIS Table operator panel to display only objects from the currently selected database in ARIS.
To do so, click the selection icon in the field behind the ARIS.database parameter.
Click Select ARIS parameter, then click ARIS.database. The ARIS Risk and Compliance ARIS.database parameter is connected with the ARIS ARIS.database parameter.
If the main object of the ARIS Risk and Compliance data request URL originates in ARIS, the ARIS.contextGUID parameter is available. You can use this parameter to display only objects with the GUID of the current ARIS object as context.
To do so, click the selection icon in the field behind the ARIS.contextGUID parameter.
Click Select ARIS parameter, then click ARIS.contextGUID.
Click
. The configuration is saved.Under Grid columns, click Add columns.
Click Standard column.
Click all column names you want to add to the grid.
Click Done.
Click Save.
Provide a dashboard name.
Click Save.
Click Settings > Permissions. The Dashboard permissions panel opens.
Click Add users/groups to add the user or user group you want to grant permissions.
Click Save to close the panel.
Click Save to save the dashboard.
The dashboard is created.
Create dashboard connection in ARIS Risk and Compliance
You can create new dashboard connections, which are then displayed under Home > My dashboards.
Configure opening of objects from dashboards in ARIS Risk and Compliance using a table link
Open the dashboard previously created.
Click
Edit.
Click the Grid component.
Click
Edit next to Data source. The data sources are displayed.
Click ARIS Table data source. The Configure ARIS Table operator panel is displayed.
Click Column configuration. The corresponding dialog opens.
Enable Text for rows containing the IDs of the relevant ARIS Risk and Compliance objects (number type, name ends with _ID), for example, R_ID, so that objects from the dashboard can later be opened directly in ARIS Risk and Compliance. This specifies that the numerical object IDs from ARIS Risk and Compliance are not displayed as decimal numbers, as ARIS Risk and Compliance would not recognize them otherwise.
Click Done.
Click
. The configuration is saved.Click
Add columns.Click Standard column.
Click the ID column you set to Text type before, in our example R_ID.
Click Done.
Click
Edit for the column you want to make clickable, for example R_NAME.
Enable Make clickable (for actions).
Click Done.
Click
in the panel, then click Actions.Select a trigger. In our example: On cell click (R_Name).
Enable Call URL.
Click
Edit. The Enter target URL dialog opens.
As a URL, enter <protocol>://<ARCM host>/arcm/goToElement.do?popup=true&id=.
<protocol> is the protocol used (http or https). <ARCM host> is the address of the ARIS Risk and Compliance Server, for example, https://arcmvm03.umg/.
Press Ctrl + Space. A list is displayed.
Click the name of the ID column, for example grid1.R_ID.
Click Done.
Save the dashboard.
The corresponding object opens in ARIS Risk and Compliance when a user clicks a clickable cell in a dashboard.
Configure opening of objects from dashboards in ARIS Risk and Compliance using a text link
Open the data feed previously created.
Click
Edit. The Add widget panel is displayed.
Under Form element, click Action button. The action is placed in the dashboard.
Enter a name in the Label box on the right.
Click
in the panel, then click Actions. The On click trigger is selected.Enable Call URL.
Click
Edit. The Enter target URL dialog opens.
As a URL, enter <protocol>://<ARCM host>/arcm/goToElement.do?popup=true&id=.
<protocol> is the protocol used (http or https). <ARCM host> is the address of the ARIS Risk and Compliance Server, for example, https://arcmvm03.umg/.
Press Ctrl + Space. A list is displayed.
Click the entry in the ID column of the widget from which you want to open ARIS Risk and Compliance objects, for example grid1.R_ID.
Click Done.
Save the dashboard.
The corresponding object opens in ARIS Risk and Compliance when a user clicks the action button to open the selected object in a dashboard.
The configuration for displaying dashboards in ARIS Risk and Compliance is created.