Is CMDB serial number field case sensitive?

Ann16
Giga Contributor

Hi,

 

Clients CMDB is being updated manually using transform map. We have now integrated SCCM to pull the end user devices. But we have encountered a case where serial number is present in the CMDB in small alphabets (eg: etwagsn) and when SCCM is bringing the same record with serial number in caps (eg:ETWAGSN ) then it is not being identified and updated instead giving error.

Is serial number field a case sensitive one?

What could be the reason for this behavior?

Kindly help.

 

Regards

Ann

2 REPLIES 2

ersureshbe
Giga Sage
Giga Sage

Hi,  Yes, it's a case sensitive. but you can handle with the help of lowercase() function. Refer below example for your understanding.

var x= 'HAHA';
alert(x);
x=x.toLowerCase();

Regards,
Suresh.

Sandeep90
ServiceNow Employee
ServiceNow Employee

Is serial number field a case sensitive one?]

IRE matching is not case-sensitive so it will find and update an existing record, please cross check on the actual criterion attributes