Access Catalog item variable inside MRVs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 03:44 AM
I have a requirement, In which I need to use catalog item variables inside MRVS.
In mrvs, I have one lookup select box, and I want to display values in the lookup select box based on the value of catalog item variable.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 03:29 AM
In Washington it's possible with the new g_service_catalog API. Just create onLoad catalog client script on the MRVS and you can use this to get any value from the catalog item variables:
g_service_catalog.parent.getValue('<some_var_name>');