Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Reference additional records in decision records

You can customize the default values of the sn_apm_ws.record_mention_config system property, to enable the tagging of additional record tables in an architectural decision record (ADR).

Before you begin

Role required: sn_apm.apm_admin

Procedure

  1. Navigate to sys_properties.list.

  2. From the system properties list, locate and open the sn_apm_ws.record_mention_config system property.

  3. In the Value field, add the details of the record table that you want to tag in the ADR docs component.

    For example, if you want to tag records from the Business application table (cmdb_ci_business_app) in the ADR docs component, add the table details to the array in the following format.

      {
        "sourceTable": "cmdb_ci_business_app",
        "filterCondition": "",
        "label": "Business application",
        "fields": [
          "name"
        ]
      }
    

    In the format, you must enter the relevant information in the following rows:

    • sourceTable: Enter the source table from where you want to tag data in the ADR docs component.
    • label: Enter the name of the source table that will be displayed in the Mention a record context menu when you enter / in the ADR docs component.
    • Select Update.

    You can start tagging records from the new table in the ADR docs component. For more information, see Tag users or records in Architectural Decision Records.

Parent Topic:Manage architectural decision records (ADR)

Related topics

Tag users or records in Architectural Decision Records

Add or edit an architectural decision record (ADR)

Request approval for an ADR version

Create and manage pages and subpages for ADRs

Add an architectural decision record version