varonaPTX
05/03/2022, 2:59 PMAll of the code for this bundle is locked down and cannot be inspected nor edited. Needless to say this is not user error. Uninstalling and re-installing the SuiteApp doesn't fix anything, although old data remains. It appears to be a problem with the BAI2 setup (as the suitelet configuration file is where the error is happening). Is there a workaround, or do I have to wait for a case to percolate through NetSuite support?Copy code{ "type": "error.SuiteScriptError", "name": "INVALID_FLD_VALUE", "message": "You have entered an Invalid Field Value undefined for the following field: custpage_precision", "stack": [ "createError(N/error)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/config/bsp_config_ui_currency.js:98)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/config/bsp_config_ui.js:33)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/config/bsp_config_ui.js:168)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/config/bsp_config_ui.js:96)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/ue/bsp_ue_format_profile.js:13)" ], "cause": { "type": "internal error", "code": "INVALID_FLD_VALUE", "details": "You have entered an Invalid Field Value undefined for the following field: custpage_precision", "userEvent": "beforeload", "stackTrace": [ "createError(N/error)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/config/bsp_config_ui_currency.js:98)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/config/bsp_config_ui.js:33)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/config/bsp_config_ui.js:168)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/config/bsp_config_ui.js:96)", "(/SuiteBundles/Bundle 293699/com.netsuite.bsp/src/ue/bsp_ue_format_profile.js:13)" ], "notifyOff": false }, "id": "", "notifyOff": false, "userFacing": false }
varonaPTX
05/03/2022, 6:37 PM