choice list i am getting value instead of label.how to rectify this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2017 10:22 PM
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.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2017 11:04 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2017 11:22 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 12:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 03:36 AM
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.