Add a MashZone list for object data

To add a new list to ARIS Risk & Compliance Manager in Administration > Integration > Dashboard links, you must create a new MashZone-relevant data query (view) in the configuration. See the associated XML schema views.xsd for details. If the relevantForMashzoneIntegration attribute of the relevant <view> element is set to true, the list and filter view is generated automatically in the link generator. In this case, you can also run a CSV query using the MashZone interface.

Location

XML file in the xml folder

Procedure

  1. Create a new <view> element below the <custom> element.
  2. MashZone data queries are subject to the same rules as the other data queries. However, they must be marked with the flag relevantForMashzoneIntegration="true".

For example, this enables you to quickly convert existing data queries into MashZone data queries by copying them and setting the true flag for them. All columns (<viewsColumn>) that are not explicitly excluded by setting the mashzoneRelevant="false" flag are available in the URL generator later.

Documents

mashzone_views.xml, views.xsd

Example

  • AddModifyMashzoneURL \WEB-INF\config\custom\xml\custom.xml: Add new data list
  • AddModifyMashzoneURL \WEB-INF\config\custom\properties\application\custom.properties: Add new data list