This field is part of the basic fields
{
"risk": [
{
"reference": "",
"mappingDirection": "",
"field": "",
"mapping": [
{
"id": 0,
"value": ""
}
]
}
]
}
Where:
Properties | Description | |
---|---|---|
field | Field ID in ServiceNow | |
Reference | Name to which the property will be related category of the configuration file with the risk | see |
mapping | Relationship of values of the Risk field of the Aranda CMDB and the values of an equivalent field in the ServiceNow CMDB class | see |
mappingDirection | Represents the platform that is allowed to update the IC field | see |
Relationship between “risk” and “category”

risk CMDB
Reference image of the creation form where the “Risk” field can be seen

mapping
The id and value properties that are used within the definition are described below mapping (list of values)
{
"id": "",
"value": ""
}
Properties | Description |
---|---|
Id | State identifier in the Aranda CMDB |
value | Status identifier (sys_id or value) in the ServiceNow CMDB |
⚐ Note: If the field is type Reference the value to be paid must be a sys_id; If the type field Choice should be the value of the list in ServiceNow ServiceNow Properties.
Allowed values for mappingDirection
Name | Description |
---|---|
Both | Both platforms allow you to update the fields, this value is added by default |
Aranda | Only the Aranda CMDB can update the field |
External | Only the ServiceNow CMDB can update the |
Type of properties in ServiceNow
ServiceNow class attributes can contain values that reference another entity (class), or their value can be entered by the user. Attributes that relate to other entities are designated by ServiceNow as “reference” or their value can be obtained from a “select box” as explained below:
Sys_Choice and Reference Attributes: ServiceNow can relate its classes using two types of attributes; guy “reference” and “sys_choice”. The reference type attributes can be found as shown in the image in the type column:

While the value can be selected from a “select box”, is working with type attributes “sys_choice”, the contained values are added to the “sys_choice” and are related to the CI class.
