Is there a limit to the number of Comments (Customer Visible) and Work notes on a HR Case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 02:45 AM
Does anyone know if there is a limit to the number of Customer visible comments and Work notes that can can be added to a case in HR Scope?
- Labels:
-
Case and Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 03:43 AM
Hi, just my "5 cents" - I am not aware about any specific limits, applicable for HR application, but believe this also depends on the display properties (if) enforced to Journal fields, please see doc page.
Hope it helps

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 04:29 AM
Hi,
Journal fields are just field types which are connected to tables/applications are in general they behave the same way.
As far i have seen there were cases with more than 1000 entries.
So there is no limit on how many can be entered.
however there is a system property glide.history.max_entries
and a couple more described here below which controls how the User Experience around the journal fields would be.
https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/field-administration/concept/c_JournalFieldDisplayLimits.html
Please note that these properties value would change the behavior across the instance rather than a specific application.
Please mark this as helpful to help others on community.
Thanks,
Ather
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 04:47 AM
Hi
As
More generally speaking Customer Visible Comments and Work Notes are stored in the sys_journal_field table and hence you are likely limited to what the table can handle, which is probably more than a human can reasonably process in a case.
Also again a word of caution - these are settings and that table is used for any kind of comment, not only HR cases, so be fully aware that any changes may impact "everything else".
Best,
Christian
Please mark helpful or correct if deemed so, as it helps the community. Thank you!