-
What's wrong with this scripted search? Unexpected Error when filtering by modified, onorafter, date
The above search is giving me an unexpected error when running it including the date filter. If I take out the filter for the date I get results but not filtered to the date I want. If I change file.modified it tells me that it's an incorrect field. So I am certain that file.modified is correct and have used it before. If…
-
How to have a Suitelet call itself in 2.1
Hello, Is it possible to have a Suitelet call itself with different parameters? I did find a SuiteAnswer on this (#72197) so I think I should be able to but I cannot get it to work. I am using this code the first time I call the Suitelet: const suiteLetUrl = url.resolveScript({ scriptId:…
-
Why unable to retrieve search results of huge data in Map/Reduce script?
I have a Map/Reduce script which loads a saved search(huge data of around 16 lakhs) in the GetInput stage and sends data to reduce stage which is getting failed after an hour of exceution without any error. Also when I further filter the search results for less data, the script is working fine. What am i missing here?
-
Script not executing after deployment to credit memo/RMA
Hello everyone, I've been working on this script a long time, it is currently working on Quotations, Sales Orders and Invoices. However, after I deployed it to Return Authorizations and Credit Memos, it doesn't seem to work. I checked the Execution log when editing a sales order and it executed, when I create a new Return…
-
SuiteScript 2.0: How to Resolve Error: "You cannot create an inventory detail for this item"?
I am transforming an invoice from the customer using suitescript2.0. The script is throwing an error that "You cannot create an inventory detail for this item". The script is having code for adding inventory detail but not sure why this error is coming. Below are the options I tried 1. Dynamic Object 2. Standard Object
-
does Netsuite have any plans for deprecating SuiteScript 1.0?
Hey there, I was wondering, does Netsuite have any plans for deprecating SuiteScript 1.0? The reason I am asking is because I heard from some other Netsuite developers that in 2019, there was a plan to limit the creation of new Suitescript 1.0 scripts at a certain point, but it seems as if that might not actually have been…