Client script not working as intended for Customer Contact
Hi everyone,I’m encountering an issue with a Catalog Client Script that runs on a portal form. The script is the following:function onChange(control, oldValue, newValue, isLoading) {if (isLoading) {return;}var wl_array = g_form.getValue('watch_list')...