ehcanadian
12/13/2022, 4:03 PMThere was a problem when uploading the file. Details: Failed to validate script file: This file is used by a SuiteScript 2.0 script; you cannot change the API version of the file.
even though I didn't change the @NApiVersion
from 2.0. (Not 2.x.) I can edit the script in the UI but not upload. Any ideas?ehcanadian
12/13/2022, 7:48 PMerictgrubaugh
12/13/2022, 10:13 PMdefine([...], (...) {
/**
* @NApiVersion 2.1
* ...
*/
const exports = {};
and never saw this issueerictgrubaugh
12/13/2022, 10:14 PMexports
variable anymore so I've moved the docs outside, but I didn't have issues with it either way ¯\_(ツ)_/¯ehcanadian
12/13/2022, 10:45 PMehcanadian
12/13/2022, 10:47 PMPhilip Denys
12/14/2022, 9:24 AM