Applying a filter to display choice list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2016 02:11 AM
Can anyone help me on the below issue
I am trying to implament a choice list which only displays specific values for when certain companies are selected. Does anybody know if this at all possible? If so, could someone help me in the right direction?
For example:
I have a list of: 1,2,3,4 and 5
If I select Company A then i only want to see 1,3 and 5, likewise for Comapny B i would want to see 1,2,3 and 4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2016 02:27 AM
Hi Teju,
You can use Dynamic reference qualifier for this case
kindly refer this wiki Reference Qualifiers - ServiceNow Wiki .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2016 02:44 AM
BUT field is not a Reference field it is a Drop Down choice field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2016 03:09 AM
Hi
suppose you have 2 fields - company and place as dependent field of company.
Go to dictionary entry of place and select advanced view.
under the dependent field tab of place field select the dependent field as company and for the choice values give the dependent value for which those choices should appear.
Hope this helps you.
Thanks
Anusha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2016 02:52 AM
Use Dependent value in Choice table.