Is CMDB serial number field case sensitive?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 12:58 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 03:23 AM
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();
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 11:27 AM
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