- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2018 07:01 AM
How do I produce a report that shows the content of the fields not the last updated date?
For example in Incidents - need to list all the updates in a report
Solved! Go to Solution.
- Labels:
-
Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2018 07:18 AM
Hey Johnrob,
Here is an example:
You can not get additional comments in a direct report for incident table.
You have to create a new Database View for that and you have to join sys_journal_field and incident table.
sys_journal_field is the table where all the journal entries are kept. You can query that table using the field name (for you it is Commnets) and the sys_id of that incident. you will get all the comments added in the incident using that query (or report) of the sys_journal_field table.
Please Refer:
http://wiki.servicenow.com/index.php?title=Database_Views
Let me know if you need more help.
Thanks,
Rajashekhar Mushke
Community Leader - 18
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2018 07:18 AM
Hey Johnrob,
Here is an example:
You can not get additional comments in a direct report for incident table.
You have to create a new Database View for that and you have to join sys_journal_field and incident table.
sys_journal_field is the table where all the journal entries are kept. You can query that table using the field name (for you it is Commnets) and the sys_id of that incident. you will get all the comments added in the incident using that query (or report) of the sys_journal_field table.
Please Refer:
http://wiki.servicenow.com/index.php?title=Database_Views
Let me know if you need more help.
Thanks,
Rajashekhar Mushke
Community Leader - 18
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 06:39 AM
Hey Johnrob,
Any Update on this thread?
Please close this thread, then only this will be helpful for other community users.
Let me know if you need more help.
Thanks,
Rajashekhar Mushke
Community Leader - 18
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke