- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 10:30 PM
Hi There,
Do we have any OOB table to store mobile device? Or i need to create custom table to store it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:40 AM
Hi @Amit_H ,
We have below OOB table which can be used to store mobile/communication devices.
1. Handheld Computing Devices -cmdb_ci_handheld_computing
2. Mobile Devices -sys_mobile_devices
3. Communication Devices -cmdb_ci_comm
4. Communication Hardware -cmdb_ci_comm_hardware
Note: Below table will be available once you install plugin "CMDB CI Class Models".
cmdb_ci_comm_hardware
cmdb_ci_handheld_computing
cmdb_ci_handheld_computing: I would recommend you to use Handheld Computing Devices
sys_mobile_devices: Itis not a descendent of cmdb_ci, so wont recommend you.
cmdb_ci_comm: This has no identification rules defined , and also it is not part of the cmdb_ci_hardware hierarchy.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:29 AM
Take a look at "Handheld Computing Device" (cmdb_ci_handheld_computing) to see if it meets your need. It contains specific fields like phone number, carrier, etc.. Description states it includes smartphones and tablets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:40 AM
Hi @Amit_H ,
We have below OOB table which can be used to store mobile/communication devices.
1. Handheld Computing Devices -cmdb_ci_handheld_computing
2. Mobile Devices -sys_mobile_devices
3. Communication Devices -cmdb_ci_comm
4. Communication Hardware -cmdb_ci_comm_hardware
Note: Below table will be available once you install plugin "CMDB CI Class Models".
cmdb_ci_comm_hardware
cmdb_ci_handheld_computing
cmdb_ci_handheld_computing: I would recommend you to use Handheld Computing Devices
sys_mobile_devices: Itis not a descendent of cmdb_ci, so wont recommend you.
cmdb_ci_comm: This has no identification rules defined , and also it is not part of the cmdb_ci_hardware hierarchy.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:52 AM
Hi Amit,
Consider the purpose of placing the mobile devices in ServiceNow / the CMDB. Are they required as part of your incident, problem and change processes?
Are you trying to perform asset management for them?
By default the model category "Mobile device" does not synchronize with the CMDB
If you do need to have actual CI's for mobile devices, then Handheld Computing Devices would be the most appropriate in opinion, as others have stated as well.
Do not use the sys_mobile_devices table. It is meant to register mobile devices used to access your ServiceNow instance. It is not an inventory for Asset or Configuration Management.
I hope this helps.
//Casper