EN
Español
English
Português
    Risk

    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


    Relacion entre “risk” y “category”

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


    mapping


    A continuación se describen las propiedades id y value que son utilizadas dentro de la definición mapping (relación de valores)

    {
      "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.


    Valores permitidos para 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


    Tipo de propiedades en ServiceNow
    Los atributos de las clases de ServiceNow pueden contener valores que hagan referencia a otra entidad (clase) o su valor puede ser ingresado por el usuario. Los atributos que hacen relación a otras entidades son designados por ServiceNow como “reference” o su valor se puede obtener de un “select box” como se explica a continuación: 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.


    ↩ Back to Settings