- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2017 12:15 PM
How To Make A Field Dependent On Another Variable On A Service Catalog Item. Not In A Form.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2017 12:18 PM
You didn't mention the type of fields you are referring to, but if a choice/select box, this article will walk you through it:
http://wiki.servicenow.com/index.php?title=Adding_Dependent_Variables#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2017 12:18 PM
You didn't mention the type of fields you are referring to, but if a choice/select box, this article will walk you through it:
http://wiki.servicenow.com/index.php?title=Adding_Dependent_Variables#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2017 12:42 PM
You Are Correct I Did Not. But I Was Looking For A Type of Field Called A List Collector Or A Single Text Field or even a Reference Field in a Service Catalog item. I am thinking in a Rerefence field a Reference Qualifier will do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2017 12:50 PM
If the variable is of type reference, then yes a reference qualifier could solve your use case. You could get the current.variables.VARIABLE-NAME value and use it for the filter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2017 01:01 PM
Thanks Appreciate It.