Receiving Error message: "org.mozilla.javascript.JavaScriptException: java.lang.NullPointerException" while using Run script in Workflow
Hi, We have requirement to update database table fields based on catalog item input variables. I created Run script in workflow of cat item, as below : var acc = "ABC~"+current.<variable_Name>;var gr = new JDBCProbe("midserver_name");gr.setDataSource...