EN
Español
English
Português
    Company

    The structure of the “company” object is described below

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

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


    Properties Description
    value Company Identifier in DevOps
    Reference Unique identifier to create a relationship between the concepts project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client see
    Id Company ID in ASMS


    EXAMPLE: Company Relationship in Aranda ASMS / DevOps

    To create the list of states, follow the instructions below:

    1. Get the IDs of the companies from the ASMS of Aranda.
    2. Get the IDs or value of DevOps companies.
    3. Assign the following company equivalence:
      DevOps Company Company in Aranda Company ID Aranda DevOps Company IDs
      Company 1 Company 1 1 id_devops_item1
      Company 2 Company 2 13 id_devops_item2
    • Type the Company ID Aranda On Property “id” and the DevOps Company IDs of its equivalent taken from DevOps On Property value
          {
            "company": [
              {
                "id": 1,
                "value": "id_devops_item1"
              },
              {
                "id": 13,
                "value": "id_devops_item2"
              }
            ]
          }
    


    ↩ Will return to settings