Create a related list on alm_asset table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2022 01:55 AM
Have to create a related list called Tasks on alm_asset table. It should show the Incidents, RITMs, etc whenever an Asset has been worked with such tickets.
I have created a relationship it is querying only the Incident records. Help me in querying RITMs.
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2022 04:36 AM
Are you populating the Configuration item (cmdb_ci) field on your sc_req_item records with the CI related to the asset record(s) you're looking at? This doesn't happen out of box since every Catalog Item is different - you have to map one of your variables to this field in a Business Rule or workflow. Also consider that the Affected Cis related list (cmdb_rel_ci table) may be a better table to query from, if you are taking steps to add other CIs affected by the RITM / Incident / ..., and in this case the CI will need to be linked to the asset record since tasks are linked to CIs not assets.