Dot walking a custom field from cmdb_ci_pc_hardware to alm_hardware table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 01:38 AM
How to dot walk a cmdb_ci_pc_hardware table custom field to alm_hardware table ? But I do not have any reference field of cmdb_ci_pc_hardware in alm_hardware. Ihave only configuration item field(cmdb_ci)field.
Any idea how to do this?
I do not want to create a new field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 02:40 AM
Can you please tell me how to achieve this , the image i pasted?
Requirement is : i have to dot walk to cmdb_ci_pc_hardware table and we have a custom field there ,we have to make that field visible in alm_hardware table. But there is no cmdb_ci_pc_hardware reference field in the alm_hardware table. But we have a configuration Item field which is a referenced to cmdb_ci.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 02:43 AM
field is created on cmdb_ci_pc_hardware table which is child table and you want to show that field on which form/table?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 02:53 AM
I want a field similar to this field to be show on alm_hardware table.
But I am not able to figure out how to dot walk , because if I am going to form layout, it is not showing the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 03:01 AM
sorry but without knowing your business requirement, can't help much
If the field is present on cmdb_ci_pc_hardware then can you answer next question where do you want to show this? on which form? on which table's form?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 03:07 AM
i want the field to be visible on alm_hardware table. Please help