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.
Initial values set in an onLoad client script are not passed to the server for reference qualifiers if List v3 is active - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Initial values set in an onLoad client script are not passed to the server for reference qualifiers if List v3 is active
KB0610451

Initial values set in an onLoad client script are not passed to the server for reference qualifiers if List v3 is active


2455 Views Last updated : Apr 8, 2025 public Copy Permalink
KB Summary by Now Assist

Description

If you have onLoad client scripts to pre-populate fields, reference qualifiers that depend on these values do not work if List v3 is active because the values are not passed from the client to the server.

Steps to Reproduce

 

  1. Navigate to sc_task.list and click the New button.

  2. Add an onLoad client script to set the assigned_to field to the UserID value of the current user.

  3. Add an advanced reference qualifier to the cmdb_ci field:
    javascript:"assigned_to="+current.assigned_to;

  4. Impersonate System Administrator, navigate to sc_task.list, and click the New button.

  5. Click the Configuration item search icon.

    One record is retrieved in the reference list pop-up.

  6. Navigate to System Definition > Plugins, and activate List v3.

  7. Log out, close the browser tab, and hop back in to the instance.

  8. Impersonate System Administrator, navigate to sc_task.list, and click the New button.

    Note that the Assigned to field is pre-populated with System Administrator, and the hover icon is populated.

  9. Click the Configuration item search icon.

    Rather than a single record, multiple configuration item records appear because the search filter is for assigned_to=.

Workaround

Choose from the following workarounds:

  • Turn off List v3.
  • Manually populate the fields in the form.
  • Use a sys_dictionary Default value to pre-populate a value into the new record instead of an onLoad client script.

Related Problem: PRB742691

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.