- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 07:59 PM
Hi,
I am trying to compute the total value of 1 of the column in the MRVS and displayed onto a variable in the record producer as shown below:
I have followed the guide from the below link but to now avail.
From the below catalog client script, I have encountered error due to the parsing of the g_formGetValues. I also found out that the result of console.log(g_form.getValue('billing_request_insert_details')) is returning empty values despite I have filled the relevant field in the MRSV.
Catalog Client Script
MRSV in preview
Error in Console
Details of MRSV
I would appreciate if anyone could assist on my problem.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 09:56 PM
Hi
You can follow my reply to a similar community thread:
Add the total cost in multirow variable set
This thread might give you the required solution. Please check and let me know if you still face the issue.
Please mark my answer as correct if this solves your issues!
If it helped you in any way then please mark helpful!
Thanks and regards,
Kartik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 08:05 PM
Hi in your client script line number 6 should be a variable name of your variable not Variable_name
.multiRowVariableSet[i].Variable_Name; // replace Variable_Name with your actual variablename
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 08:14 PM
Hi Harish,
Thanks for your prompt reply and noticed the discrepancy.
However, the error remains.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 08:18 PM
You need to check other part as well . Where ever they have mentioned variableName replace it to your variable name
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 08:31 PM
The error happens before the for loop.. Apparently, the value loaded onto the variables in the MRVS is not picked up somewhere in the backend.. I am not sure if any configuration for the MRVS is incorrect