EN
Español
English
Português
    Company

    The structure of the “company” object is described below

    {
      "company": [
        {
          "value": "",
          "reference": "",
          "id": 0
        }
      ]
    }
    

    reference image in ASMS, in the image you can see the Company field

    propiedades descripción
    value Identificador (sys_id o value) de la compañía en la CMDB de ServiceNow
    reference Identificador único para crear una relación entre los objetos typeRegister, service, project, category, applicant, responsibleGroup, responsible, ci, company, client, providers y organizationalArea si el tipo de mapeo es “Mapper” o “Value”
    id Id de la compañía en ASMS

    EJEMPLO: Relación de la compañía en CMDB de Aranda / CMDB de ServiceNow To create the list of states, follow the instructions below:

    1. Get the IDs of the companies from the Aranda CMDB.
    2. Get the sys_id or value of ServiceNow companies.
    3. Assign the following company equivalence:
    Company in ServiceNow Company in Aranda Company ID Aranda ServiceNow Company Sys_id
    Company 1 Company 1 1 sys_id_item1
    Company 2 Company 2 13 sys_id_item2
    • Type the Company ID Aranda On Property “id” and the ServiceNow Company Sys_id of its equivalent taken from the CMDB de ServiceNow On Property value
    {
      "company": [
        {
          "id": 1,
          "value": "sys_id_item1"
        },
        {
          "id": 13,
          "value": "sys_id_item2"
        }
      ]
    }
    

    ↩ Back to Settings