MRVS to catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 03:15 AM
Is there any method to set value from MRVS to Catalog on submit of MRVS modal like g_service_calalog.getValue()?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 10:27 AM
MRVS is stored in a hidden variable as each row is added. You can access this from the Catalog Item in a client script via g_form.getValue('mrvs_internal_name') or within the MRVS using g_service_catalog.parent.getValue('mrvs_internal_name')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 10:34 AM
Hi @rvranjan_99 ,
Please refer below article:
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda