- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2019 04:46 AM
Hi all,
I am facing one issue in my catalog item actually am using Multi row variable set in side i have 4 variables based on the three values counting, sum value has to populate in the 4th variable for that i have written on submit client script , it's not working if any one know it help me.
below script :-
var b = g_form.getValue("base_value_external");
var f = g_form.getValue("fine_value_external");
var g = g_form.getValue("gst_value_external");
var total = parseFloat(b) + parseFloat(f) + parseFloat(g);
g_form.setValue("total_recovery_amount_external" , total);
see the below image after submission values not fetching.
Solved! Go to Solution.
- Labels:
-
Finance Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2019 03:43 AM
- onSubmit catalog client scripts are not supported for a multi-row variable set.
kindly write the script on onChange() catalog client script.
adding doc link here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 07:14 AM
Thanks for your response. but one thing i would like to know why it's not working in onSubmit client script, if you know it let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2019 03:27 AM
I am checking on Onsubmit. will share it shortly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2019 03:43 AM
- onSubmit catalog client scripts are not supported for a multi-row variable set.
kindly write the script on onChange() catalog client script.
adding doc link here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2019 04:03 AM
Hi Harshavardan,
could you please help me out my recently posted question . i have posted 4 hours ago no one has replied, Multi Row Variable Set Reference Variables. below my quey.
I have requirement on service catalogs , i used multirow variable set . Requirement
as part of my requirement i have created two Multi row variable sets
1st variable set variable are Asset id (reference asset table) , SAP number
2nd variable set variables are Asset id(reference asset table) , asset found
1st variable set is for end user 2nd is for task person.
in the 1st variable set user selected the two items and submitted the request , then task person in the 2nd variable set once click the asset id in that it should display what are the assets were selected by end user. how to restrict that if any one knows let me know.
1st variable set here 2 assets selected
2n variable set once click on asset id it should show only those 2 assets but it's showing all the assets. how to restrict that let me know.
thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2019 04:09 AM
if i answered your query kindly mark my answer as correct so that user can see the correct answer based on the question has asked.
sure let me check it and i will reply on the thread which you have posted.