choice list i am getting value instead of label.how to rectify this

priya0895
Giga Contributor

My issue is suppose cat value: x, sub-cat:y but i defined its value as x|y;and dependent value as x.

in incident form the sub-cat value is coming as x|y instead of y..this is the issue.

17 REPLIES 17

priya0895
Giga Contributor

I am elaborating my question as
I have three fields Category : value x     ---- label is displayed
                                                          Type :               value x\y             dependent on category   ---- label is displayed
                                                          Item :                 value x\y\z       dependent on type     ---- value is displayed instead of label
Note Item field has choices with same label as "incident" for different values.


Hi Priya,


Please check the LABEL, VALUE and DEPENDENT VALUE inputs you've assigned. Also, check the liking part between Type and Item fields.


If you still facing the issue please post the screen shot.


Thanks,


Mohan.


item.JPG


Item is not populated.


HI Priya,



This can be achieved through OnChange CLient script as well by using remove option and addOptions.



But Code size will increase with Options. But you dependent field should work.



Thank you,




Ashutosh


Please Mark My Response correct, helpful or like it, if you get satisfactory response from me.