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.
Process Flow formatter displays horizontal scrollbar - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Process Flow formatter displays horizontal scrollbar
KB0622849

Process Flow formatter displays horizontal scrollbar


1391 Views Last updated : Jan 28, 2024 public Copy Permalink
KB Summary by Now Assist

Description

When the Process Flow formatter is on the form, once the record is on the last state, a horizontal scrollbar is displayed if the record is on the last state. If a Wiki type dictionary field is present on the form, the Process Flow formatter will display to the right with horizontal and/or vertical scrollbars.

Steps to Reproduce

  1. Makde sure that the SDLC/com.snc.sdlc plugin is installed.

    For more information, see the product documentation topic Activate a plugin.

  2. Go to SDLC/Enhancements or rm_enhancement.list and open any record.

  3. If the Process Flow formatter is not on the form, add it.

    1. Right-click in the form header and choose Configure > Form Layout.
    2. Use the slushbucket to add the Process Flow item.
    3. Click Save.
  4. Create a new field of type Wiki on the rm_enhancement table (or any table supporting process flows).

    For more information, see the documentation topic Add a new field to a table.

  5. Go to SDLC/Enhancements or rm_enhancement.list and open any record.

  6. Verify that the newly added field is on the form.

    Note that the Process Flow formatter has shifted to the right and there is a horizontal scrollbar and on occasion a vertical scrollbar as well.

 

 

Workaround

Create a UI Script with the following code:

window.setTimeout(fixProcessFlow, 150);

function fixProcessFlow() {
$j('div[class*="custom-form-group  form-group"]').css("overflow-x", "hidden");
}


Related Problem: PRB661770

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.