Levi Pruss
06/18/2025, 6:01 PMCeligo AI
06/18/2025, 6:01 PMAI generated answer (using internal Slack threads):The maximum file size for upload to the NetSuite file cabinet is 10MB. This limitation applies when you are using the drag and drop feature or adding files via script. However, it's important to note that larger files can be uploaded without issue through other methods. If you are trying to save a file that exceeds this limit, you might encounter the error
SSS_File_CONTENT_SIZE_EXCEEDED
. One workaround for this issue is to append the file content line by line instead of all at once. This can be done using the File.appendLine
method in SuiteScript.
Please note that all files in the file cabinet are automatically scanned for viruses, and certain content such as macros could trigger a false positive for the scanner.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
06/18/2025, 6:01 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.866712391
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.862528443
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848253608
Celigo AI
06/18/2025, 6:01 PM