Applying a filter to display choice list

tejumes
Kilo Guru

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.

8 REPLIES 8

syedfarhan
Kilo Sage

Hi Teju,



You can use Dynamic reference qualifier for this case


kindly refer this wiki Reference Qualifiers - ServiceNow Wiki .



Thanks


BUT field is not a Reference field it is a Drop Down choice field.


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.


find_real_file.png



Hope this helps you.



Thanks


Anusha.


srinivasboppana
Kilo Expert

Use Dependent value in Choice table.