- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:06 AM - edited 02-18-2025 12:48 PM
I'm running ITOM Event Management on Xanadu PDI and I'm running into a strange issue. In alert forms, the Configuration Item field will say (Empty) but when I click on the Open Record link, the appropriate CI record opens. So there is a CI but it isn't displaying. I'm viewing the Express List and alert form in Service Operations Workspace as Admin. Any help is greatly appreciated.
Update: I noticed this is also happening on the incident form as well so it isn't specific to Event Management as I originally thought. Considering bringing up a new PDI.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 01:04 PM
I finally found the culprit. A custom field had been created on the cmdb_ci table with Display set to true. I updated it to false and all is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:38 AM
Hi @Chris393
If you done any customizing need to map the sys_id of CI instead of name because of it's reference field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:40 AM
Hi, to my knowledge, this is out of the box. I have not made any customizations. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 01:04 PM
I finally found the culprit. A custom field had been created on the cmdb_ci table with Display set to true. I updated it to false and all is working.