- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2016 05:58 AM
I have requirement to have a list of choices to appear when certain "business services" are selected on incident records. To accomplish this we have configured a set of choice that are dependent on the business services. Currently the only way to get the choice list variables to display is by saving the record. Is there a method available to get these to change to the new values whenever the "business service" name is changed. I have looked at the gform.addOption and gform.clearOptions and other items through a client script with little luck.
Any help would be appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2016 09:35 AM
In the dependent value are you giving the sys_id of the Business application or the direct value
I just tested with the reference value and it worked fine. The values are changing dynamically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2016 10:12 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2016 10:22 AM
Check if there is any client script that is active clearing the options
I implemented the same scenario and it is working fine in dev instance
can you double check if the dependent field is checked in Business service sub category and the Dependent field is set to Business request?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2016 11:27 AM
OK, I was able to get it working when I matched off business service rather than business service name. Seems to be very finicky. Will raise support ticket with SN on this. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2016 10:31 AM
The sys_id won't work for what you are trying to do.
Does the Keyboard and Screen values actually start with a capital letter? Best practice is lower case, but either way, the value is case sensitive.
Thanks,
Laurie
Please mark Correct, Helpful, or Like as applicable!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2016 09:16 AM
How many business service sub-categories do you have? If there are A LOT, you might want to consider this approach.
In our CMDB, on the CI form we have the following fields:
Business Unit
Business Service
Business Process
First pick the Business Unit.
Depending on the Business Unit selected, the Business Services that belong to the Business Unit are displayed.
Depending on the Business Service selected, the Business Processes that belong to that business unit are displayed.
This was done using tables and a reference qualifiers and a script include.
If this is something you are interested in, and are unfamiliar with, I can supply more information.
Thanks,
Laurie
Please mark Correct, Helpful, or Like as applicable!