Hide choice in interaction state field failed in ATF
Hi, I have created below client script to hide state choice based on condition. Its working fine but getting failed while testing using ATF. function onLoad() {if (g_form.getValue('state') == 'new'){ g_form.removeOption('state', 'on_hold');}if (g_...
