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
-
Navigate to sys_properties.list.
-
From the system properties list, locate and open the sn_apm_ws.record_mention_config system property.
-
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.