Adapt a master data file import

To assign an attribute from ARIS Architect to an attribute in ARIS Risk & Compliance Manager, you must adapt the mapping file for the ARIS Architect export report accordingly. An attribute mapping always consists of the name in ARIS Risk & Compliance Manager, the attribute type from ARIS Risk & Compliance Manager (see objectTypes.xml), and the attribute type from ARIS Architect. This attribute type can name a direct attribute type from ARIS Architect or be a special key word. Customizing offers the following options:

Simple adaptation of the mapping file is only sufficient for ARIS Risk & Compliance Manager attributes that are not list attributes, because they contain attribute values from ARIS Architect. Apart from adapting the mapping file, a mapping of list attributes also requires rewriting the reports. For a later execution of the export report, you must ensure that the added ARIS Architect attributes are included in the current ARIS Architect filter, otherwise their values cannot be extracted.

Location

XML file aris2arcm_mapping.xml in ARIS Architect

Documents

aris2arcm_mapping.xml

Example

  • ModifyMapping_ABA\WEB-INF\config\custom\xml\custom_mapping_string.xml: Add string attribute
  • ModifyMapping_ABA\WEB-INF\config\custom\xml\custom_mapping_constant.xml: Add constant number attribute
  • ModifyMapping_ABA\WEB-INF\config\custom\xml\custom_mapping_single_enum.xml: Add single enum attribute
  • ModifyMapping_ABA\WEB-INF\config\custom\xml\custom_mapping_multi_enum.xml: Add multi enum attribute