Aly
02/11/2025, 2:49 PMCeligo AI
02/11/2025, 2:49 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** Yes, there is a limit of 10MB per string used as RESTlet input or output in NetSuite. If you are dealing with a large amount of data that exceeds this limit, you may need to implement a workaround. One common approach is to implement paging. This involves breaking down the data into smaller chunks that are each under the 10MB limit, and then sending these chunks one at a time. Another approach is to use the
nlapiScheduleScript
function to do the work in a scheduled script instead. This allows you to process the data in the background, which can help to avoid hitting the limit.
Remember, these are workarounds and not definitive solutions. The 10MB limit is a restriction imposed by NetSuite and cannot be bypassed directly.Celigo AI
02/11/2025, 2:49 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838165402
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825665414
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816954434
Celigo AI
02/11/2025, 2:49 PM