Filtering Columns on a Custom Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2024 08:29 AM
I have a custom table with 3 columns.
I'm trying to use a reference variable in my form.
I'd like to filter Column2 pulldown in my form based the selection from Column 1.
I'd like to filter Column3 pulldown in my form based the selection from Column 2.
Here's a sample.
What's the best way to handle this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2024 07:27 AM
According to ServiceNow, DOM manipulation is NOT recommended.
Are there any other options available to me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2024 11:12 AM
Can I use dependent values in a choice list to accomplish this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2024 08:19 AM
Are there any other suggestions about this?
I'm currently doing something similar with my Incident Record Producer with Categories and subcategories.
Can't seem to make this work with my custom tables though.