Skip to content

Commit 9da7865

Browse files
authored
Add onChange function to clear MRVS values
1 parent fa0ae98 commit 9da7865

File tree

1 file changed

+6
-0
lines changed
  • Client-Side Components/Catalog Client Script/onChange Clear Values on MRVS

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function onChange(control, oldValue, newValue, isLoading) {
2+
if (isLoading || newValue == '') {
3+
return;
4+
}
5+
g_form.clearValue('IO:sysid'); //pass in the sys_id of your MRVS/multi row variable set
6+
}

0 commit comments

Comments
 (0)