Dot walking a custom field from cmdb_ci_pc_hardware to alm_hardware table

SamiranD
Tera Contributor

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.

13 REPLIES 13

SamiranD
Tera Contributor

SamiranD_0-1740393354616.png

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.

@SamiranD 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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.

@Robbie 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar 

i want the field to be visible on alm_hardware table. Please help