erro in mrvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 11:29 AM
i want to calculate the sum of the value in multi row variable set?
below is the script
Dont know what i am doing wrong

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 12:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 12:15 PM
Hi @Suraj_18_18 ,
did add the onSubmit client script on the variable set?
if yes
add it on the catalog item instead of MVRS
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 12:45 PM - edited 06-03-2025 12:47 PM
The name is correct
its a record producer. i tried it in record producer as well. it is working. but i want to perfrom on form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 01:28 PM
HI @Suraj_18_18 ,
inside mvrs you can only access variables in the mvrs using client script
to access variables outside mvrs you have to use g_service_catalog api
g_service_catalog.parent.getValue("variable/MVRS internal name")
there is no way to set the value of a variable outside MVRS
you have to keep the onsubmit client script on the record producer itself instead of MVRS
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya