get MVRS values in catalog client script
var mvrsvalues= JSON.parse(g_form.getValue('mvrs_name')); g_form.addInfoMessage(mvrsvalues) is it not possible to get mvrs json in catalog client script ? I'm just trying to log the json string and it doesnt work, trying in onchange of a variable...