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

properties | description |
---|---|
value | Requester 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 | Applicant ID in ASMS |
EXAMPLE: Applicant Relationship in Aranda CMDB / ServiceNow CMDB
To create the list of applicants, follow the instructions below:
- Obtain the IDs of applicants from the Aranda CMDB.
- Get the sys_id or value of ServiceNow applicants.
-
Assign the following applicant equivalence:
ServiceNow Applicant Applicant in Aranda Applicant Id Aranda Sys_id ServiceNow Requestor applicant 1 Applicant 1 1 sys_id_item1 applicant 2 Applicant 2 13 sys_id_item2
- Type the Applicant Id Aranda On Property “id” and the Sys_id ServiceNow Requestor of its equivalent taken from the CMDB de ServiceNow On Property value
{
"applicant": [
{
"id": 1,
"value": "sys_id_item1"
},
{
"id": 13,
"value": "sys_id_item2"
}
]
}