g_form.setValue is not setting value for a Integer-data type field through Client Script
Hi, I am unable to set the value of a field whose data type is Integer through Client script. The field is blank when the Client script runs. Anyone faced this issue? Below statements did not work- g_form.setValue('integerDataTypeFieldName', 75); OR ...