How to get the "Incident Caused by Change" field value in Change table (List view)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2022 04:56 AM
I want to display the incident number(Change table (in List View)) associated with that particular change request. I can find that field in Incident table but i should find that field in Change Table. Please provide any suggestions
Actually i am creating the Change report(Type: display data in a list) for failed and successful changes and i am trying to capture that field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2022 05:02 AM
You cannot get that directly because in change record there is no field storing the reference of that incident.
But you can create a database view using incident and change table where incident caused by change = sys_id of the change.
Use that view to report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2022 05:16 AM
Actually i am creating the Change report(Type: display data in a list) for failed and successful changes and i am trying to capture that field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 03:28 AM
Creating Database view is the only option
Refer to below article to achieve the database view:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2022 05:03 AM
Hey,
Its not technically possible to have the same field on the change request list, since that field is present on the incident form, you can only have those information on the incident list.
Although, you can create a Database view for incident and change to show the columns on your form.
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar