- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 01:59 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 04:11 PM
Hi @schmidt4081 ,
Create a record in the sys_relationship table and add the related list on your incident form called "Assets of Affected User".
Note: Make sure to replace the field name from "u_affected_user" to "caller_id" in this script.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 03:35 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 04:11 PM
Hi @schmidt4081 ,
Create a record in the sys_relationship table and add the related list on your incident form called "Assets of Affected User".
Note: Make sure to replace the field name from "u_affected_user" to "caller_id" in this script.
Thanks