Daniel Eliassen
05/25/2020, 1:25 PMSuiteScript 2.0 entry point scripts must implement one script type function..
Does anyone know how to troubleshoot this? The files which get this error are using custom imports placed in the SuiteScripts-folder in the FileCabinet.JohnnyC
05/25/2020, 2:21 PMJohnnyC
05/25/2020, 2:24 PMDaniel Eliassen
05/25/2020, 2:24 PMDaniel Eliassen
05/25/2020, 2:26 PMJohnnyC
05/25/2020, 2:49 PMerictgrubaugh
05/25/2020, 3:17 PMerictgrubaugh
05/25/2020, 3:18 PMreturn {
pageInit,
fieldChanged
};
that won't be valid syntax.erictgrubaugh
05/25/2020, 3:19 PM@NApiVersion
tag
3. Edit the Script record slightly to ensure it changed to 2.1
4. Change code to 2.1Daniel Eliassen
05/26/2020, 6:44 AMDaniel Eliassen
05/26/2020, 6:49 AMDaniel Eliassen
05/26/2020, 8:11 AM