MRVS column displaying value instead of Text (label)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 05:26 PM
Hello All,
This is a weird one so, I have a MRVS with some Select box type fields that I populate the options through a rest call using the addOption() method.
The value and label are set correctly, however, when the user selects an option and save the variable set to the item, the summary table columns display the value of the select box fields instead of the Label (or Text how it's called on the choices table).
I've checked the display value of the choice table and indeed the "Text" column is the one set as display, and also, if I manually add the choices, the label is correctly displayed con the MRVS summary.
The yellow column is an option that I manually added to the Select box options, and the orange is an option I created through the rest call json (the option is set: Label = 'Architect', Value = 9)
I know that his could be because I'm setting the options through script, but would be interesting to know why if I'm properly setting a label, it does not display; and of course, if there's any way to make it work.
Appreciate any help on this
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 11:25 PM
Hello,
I face the exact same issue (select box filled in by script and MRVS showing the value instead of the lable of the choice). Would you have any hint on how to resolve it ?
Best regards,
Julien
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 01:07 AM
im facing the same issue here. Anyone have any idea how to resolve this?