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.
Approver tab intermittently does not display on hrj_ticket_page - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Approver tab intermittently does not display on hrj_ticket_page
KB0716611

Approver tab intermittently does not display on hrj_ticket_page


810 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Description

In the HR Service Portal, the hrj_ticket_page shows panels to the Opened For user with specific HR Case information (Case Description, Approvers, Asking a Question, History, and Attachments). The Approval tab displays whenever the HR Case has one or more associated approvals. However an intermittent timing-related issue is causing the tab to sometimes not display when the page is loaded.

 

Steps to Reproduce

1. Create an HR Case with an associated Approval record (e.g Tuition Reimbursement Request or a Request Onboarding with approval added from the HR Case related list).
2. Log in with the Opened For user and go the case's ticket page on the HR Service Portal.
3. See if the Approval tab is displayed.
4. Refresh the page manually several times. Notice sometimes the Approval tab is displayed, and sometimes it is not.

Workaround

After carefully considering the severity and frequency of the issue, and the cost and risk of attempting a fix, it has been decided to not address this issue in any current or near future releases. We do not make these decisions lightly, and we apologize for any inconvenience.

As a workaround, you can try making the following changes in the in the client script part of the hrj-case-info widget (/nav_to.do?uri=sp_widget.do?sys_id=688b7323c3603200b599b4ad81d3ae13):

1) Comment out the following expression at line 217:

    if (c.data.async)
$scope.loadData();


2) Comment out the following expression at line 235:

    $(document).ready(function() { 
if ($scope.firstLoad)
init(false);
});


3) Add the following expression:

    $(document).ready(function() { 
$scope.loadData(function() {
init(false);
});
});

 


Related Problem: PRB1303821

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.