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.
Guided Virtual Task Board - Dependent fields are not changed when moving the card from one lane to another - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Guided Virtual Task Board - Dependent fields are not changed when moving the card from one lane to another
KB0715268

Guided Virtual Task Board - Dependent fields are not changed when moving the card from one lane to another


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

Description

Dependent fields like Subcategory are not changed when moving the card from one lane to another in VTB.

Steps to Reproduce

1. Open an incident list view.
2. Right click on the column header for Category and choose 'Show Visual Task Board'.
3. Move a card from one lane to another, making sure the incident has both Category and Subcategory fields filled in.
4. In the list view for the record, notice the Category gets updated, but the dependent Subcategory does not clear out and still shows the previously selected one.



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.

The workaround consists in creating a before insert/update Business Rule on the affected table, to clear off the Sub-Category field on Category change:

1. Name: 'Clear Subcategory on Category Change'
2. "Advanced" = true
3. "When to run":
- "Insert" = true
- "Update" = true
- Filter Conditions = [Category] [changes]
4. "Actions":
- Set field values = [Subcategory] [To] [-- None --]




Related Problem: PRB1292506

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.