Retrieving variable value from MRVS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 08:56 AM
Is there a way to retrieve MRVS values for reporting or list views?
Labels:
- Labels:
-
Service Catalog
-
Service Desk
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 09:42 AM
That's a sticky wicket since both are one line per record, and MRVS values would be multiple values and instances of those values per record. The best I've come up with is dumping the MRVS contents into a multi-line text variable in a workflow or Business Rule script, then showing that variable on the list or report. It will be JSON formatted with a bunch of brackets and quotes, but you could clean that up.