- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 12:06 PM
Hello All,
I have a requirement in Security Incident that goes along the lines of the following.
Add a CVE to a Security Incident Ticket
That CVE will add all vulnerabilities related to it to the Security Incident. I have accomplished that part by using M2M tables. The issue I am running into is displaying information on the Related Lists. What gets displayed is the M2M Table information, while I want to display the relevant Vulnerability Information. I.E. Status and other relevant fields.
Am I missing something? Is there a way to have the actual record show up instead of the M2M record? It does not need to be just vulnerability - but any record in general.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:31 PM
it is possible to display more information from the related records in your M2M table. Please check the answers from the following similar questions: https://www.servicenow.com/community/now-platform-forum/add-columns-to-many2many-related-lists/m-p/1...
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:31 PM
it is possible to display more information from the related records in your M2M table. Please check the answers from the following similar questions: https://www.servicenow.com/community/now-platform-forum/add-columns-to-many2many-related-lists/m-p/1...
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 05:26 AM
This was perfect. I thought I looked at that before, but I guess I didnt. Thank you!