Hi All, Does anyone know how to auto-fill some fie...
# suitescript
j
Hi All, Does anyone know how to auto-fill some fields in an Online Case Form? I have a form we are trying to use for internal cases and need the required fields auto-populated. I tried a custom script: "function setStaticValues(){ nlapiSetFieldText('title', 'PID'); } but NS gives an error saying variable cannot be found? This is the the error message: "JS_EXCEPTION ReferenceError Can't find variable: setStaticValues" Any ideas?