Hello, Today I started getting this error when sav...
# general
m
Hello, Today I started getting this error when saving a record.
Copy code
type: "error.SuiteScriptError",
   name: "INVALID_REQUEST",
   message: "The request could not be understood by the server due to malformed syntax.",
   id: "",
stack: [
      "Error\n    at RecordInvoker.save (suitescript/resources/javascript/record/serverRecordService.js:390:13)
1
s
We're seeing this on external integrations too, appears to be a system wide thing
m
Does this error occur for you too when linking documents via apply (allocation)?
l
Netsuite removed NLQS support, do you have any hard coded url for suitelets/restlets?
m
I would get this error right away during integration, but the problem is that I'm also doing this programmatically and still getting the error, without any integrations.
l
is there any user event calling a suitelet? what’s the call that returns this error?
m
The UI is written programmatically as a Suitelet, which calls a map/reduce. Everything works fine, but when a payment is created that's supposed to link to an invoice, it fails with an error.
how about status ns? it's work?
s
@Marat Did you issue got resolved now?
j
I had been getting the same error message and created a ticket with support this morning. They haven't confirmed a fix, but we stopped getting the error a little while ago.
m
Hello, yes it fixed today