Skip to main content

Get help for ARIS Risk and Compliance

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 Application launcher > Linked Icon_react_connect_N_small Administration > Configuration Configuration > Dashboards). For detailed information, refer to Add a URL alias for dashboards in the ARIS online help.

Procedure. Procedure
  1. Start ARIS.

  2. Click Application launcher Application launcher > Linked Icon_react_connect_N_small Dashboards and Data feeds. The dashboards are displayed.

  3. Click Add Add dashboard in the button bar. The dashboard editor opens on a separate browser tab.

  4. In the right-hand panel, click a data visualization component, in our example Grid.

  5. Click Configure data manually > Show all.

  6. Click ARIS Table data source. The Configure ARIS Table operator panel is displayed.

  7. Paste the data request URL you generated in ARIS Risk and Compliance before.

  8. 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.

  9. Enable URL alias and select the alias you previously created for ARIS Risk and Compliance (Application launcher Application launcher > Linked Icon_react_connect_N_small Administration > Configuration Configuration > Dashboards.) This dynamically adds the protocol, host name, and port to complete the URL.

  10. Click Open Settings.

  11. 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.

  12. Close the settings.

  13. Use the ARIS.database parameter in the Configure ARIS Table operator panel to display only objects from the currently selected database in ARIS.

    1. To do so, click the selection icon in the field behind the ARIS.database parameter.

    2. Click Select ARIS parameter, then click ARIS.database. The ARIS Risk and Compliance ARIS.database parameter is connected with the ARIS ARIS.database parameter.

  14. 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.

    1. To do so, click the selection icon in the field behind the ARIS.contextGUID parameter.

    2. Click Select ARIS parameter, then click ARIS.contextGUID.

  15. Click Enable/activate # tick # activate_item_16.png. The configuration is saved.

  16. Under Grid columns, click Add columns.

  17. Click Standard column.

  18. Click all column names you want to add to the grid.

  19. Click Done.

  20. Click Save.

  21. Provide a dashboard name.

  22. Click Save.

  23. Click Settings > Permissions. The Dashboard permissions panel opens.

  24. Click Add users/groups to add the user or user group you want to grant permissions.

  25. Click Save to close the panel.

  26. 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

Procedure. Procedure
  1. Open the dashboard previously created.

  2. Click Edit Edit.

  3. Click the Grid component.

  4. Click Edit Edit next to Data source. The data sources are displayed.

  5. Click ARIS Table data source. The Configure ARIS Table operator panel is displayed.

  6. Click Column configuration. The corresponding dialog opens.

  7. 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.

  8. Click Done.

  9. Click Enable/activate # tick # activate_item_16.png. The configuration is saved.

  10. Click Add Add columns.

  11. Click Standard column.

  12. Click the ID column you set to Text type before, in our example R_ID.

  13. Click Done.

  14. Click Edit Edit for the column you want to make clickable, for example R_NAME.

  15. Enable Make clickable (for actions).

  16. Click Done.

  17. Click More functions in the panel, then click Actions.

  18. Select a trigger. In our example: On cell click (R_Name).

  19. Enable Call URL.

  20. Click Edit Edit. The Enter target URL dialog opens.

  21. 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/.

  22. Press Ctrl + Space. A list is displayed.

  23. Click the name of the ID column, for example grid1.R_ID.

  24. Click Done.

  25. 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

Procedure. Procedure
  1. Open the data feed previously created.

  2. Click Edit Edit. The Add widget panel is displayed.

  3. Under Form element, click Action button. The action is placed in the dashboard.

  4. Enter a name in the Label box on the right.

  5. Click More functions in the panel, then click Actions. The On click trigger is selected.

  6. Enable Call URL.

  7. Click Edit Edit. The Enter target URL dialog opens.

  8. 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/.

  9. Press Ctrl + Space. A list is displayed.

  10. 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.

  11. Click Done.

  12. 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.