Enable referencing additional records in architectural decision records

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • 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).

    Vorbereitungen

    Role required: sn_apm.apm_admin

    Prozedur

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