Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
When creating HR Case the work notes do not get recorded - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • When creating HR Case the work notes do not get recorded
KB0759130

When creating HR Case the work notes do not get recorded


1309 Views Last updated : Oct 4, 2023 public Copy Permalink
KB Summary by Now Assist

Description

The issue can encountered when the same journal field is updated multiple times in the same second.  This can lead to the order of the journal entries being different from the order they were created in because the ordering is based only on the sys_created_on value, which has 1-second granularity.

It can also lead to a journal entry not being displayed at all if the journal field had a value when its parent record was inserted, and there was a following update to the same journal field on the same record within the same second. 

This leads to the first comment being missed during the construction of the history set, which the activity stream uses, as that process finds the earliest audited changes for all journal fields on a record, and uses that information to search for entries prior to that date/time.  If the earliest audited journal entry for a field has the same creation time as the journal entry created when the record was inserted then it will not match and will be excluded from the history set. 

Steps to Reproduce

In an affected instance

  1. Navigate to HR Case Management > Create New Case
  2. Select 'HR Accounts Inquiry' as the HR Service.
  3. Add some text in the 'Work Notes' field
  4. Save the record

Notice: The work notes that you entered during the creation of the HR case does not show in the 'Comments and Work notes' tab.

 

Workaround

After carefully considering the severity and frequency of the issue, and risk of attempting a fix, it has been decided to not address this issue in any current or future releases. We do not make this decision lightly, and we apologize for any inconvenience. If you have any questions regarding this problem, contact ServiceNow Technical Support.

To attempt to avoid this issue any implementation would need to look at delaying or decoupling the addition of subsequent updates to the same journal field so that they don't occur at the exactly the same time.  For example, using a workflow/flow triggered on the records insert which then adds the comment or generating a custom event from an after insert business rule which triggers a script action could also work. 

 

 

 


Related Problem: PRB653064

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.