Want to populate the values from one MRVS to the other MRVS

Night
Tera Expert

Hello Community,
Hope everyone one is doing great!

So here's the question.

I want to populate one MRVS to the other MRVS and having some extra fields in it.

So I have been implementing it and it was a success!!!.... but there is a problem that it runs only in onChange Catalog Client Script with help of Script include and is not working in onSubmit with the same. 

So just wanted to ask can we copy one MRVS data to another MRVS by onSubmit to or it only possible with onChange catalog client script?

 

 

1 ACCEPTED SOLUTION

Night
Tera Expert

Got the idea with the help of my colleague

🙂 we make it so that until it gets all the data from the call it do not submit until it has the data.

It was possible by forcing g_scratchpad.isPopulated = true/false where first its set to false and setting it to true when the you have the result

View solution in original post

1 REPLY 1

Night
Tera Expert

Got the idea with the help of my colleague

🙂 we make it so that until it gets all the data from the call it do not submit until it has the data.

It was possible by forcing g_scratchpad.isPopulated = true/false where first its set to false and setting it to true when the you have the result