How to show customer's assets on incident form

schmidt4081
Tera Contributor

We would like to display the assets for a customer on the incident form or related link. We have the CI field on the form but have changed naming schemes and people only know the asset tag for their computer and not the newly generated name. If we could show a customers assets either thru a separate field on the form or match the CI field if they enter the asset tag that would help. 

1 ACCEPTED SOLUTION

vMalhotra
Tera Guru

Hi @schmidt4081 ,

Create a record in the sys_relationship table and add the related list on your incident form called "Assets of Affected User".

vMalhotra_0-1732234213426.png

Note: Make sure to replace the field name from "u_affected_user" to "caller_id" in this script.

Thanks

 

View solution in original post

2 REPLIES 2

AshishKM
Kilo Patron
Kilo Patron

Hi @schmidt4081,

 

All user's computer information store in Computer [cmdb_ci_computer] table, you need to create a relationship and attach with incident releated list.

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

vMalhotra
Tera Guru

Hi @schmidt4081 ,

Create a record in the sys_relationship table and add the related list on your incident form called "Assets of Affected User".

vMalhotra_0-1732234213426.png

Note: Make sure to replace the field name from "u_affected_user" to "caller_id" in this script.

Thanks