The structure of the “project” object is described below
{
"project": [
{
"value": "",
"reference": "",
"id": 0
}
]
}
reference image in ASMS, in the image you can see the project field in the upper left

properties | description |
---|---|
value | Project identifier (sys_id or value) in the ServiceNow CMDB |
Reference | Unique identifier to create a relationship between the objects typeRegister, service, project, category, applicant, responsibleGroup, responsible, ci, company, client, providers, and organizationalArea if the mapping type is “Mapper” or “Value” |
Id | Project ID in ASMS |
EXAMPLE: Project relationship in Aranda CMDB / ServiceNow CMDB
To create the list of projects, follow the instructions below:
- Get the IDs of the Aranda CMDB projects.
- Get the sys_id or value of ServiceNow projects.
- Assign the following project equivalence:
Project in ServiceNow | Project in Aranda | Project ID Aranda | ServiceNow Project Sys_id |
Project 1 | Project 1 | 1 | sys_id_item1 |
Project 2 | Project 2 | 13 | sys_id_item2 |
- Type the Project ID Aranda On Property “id” and the ServiceNow Project Sys_id of its equivalent taken from the CMDB de ServiceNow On Property value
{
"project": [
{
"id": 1,
"value": "sys_id_item1"
},
{
"id": 13,
"value": "sys_id_item2"
}
]
}