- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 03:18 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 12:26 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 12:26 AM
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