My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
Hello, I don't want to create an excel file - just to parse it by script without using of another program before. for example - to parse it and then create a custom record etc... Also if you know about third party server that do that - parse and create csv file etc. it'll be helpful Anybody knows how?
-
I wrote: var create_error = nlapiCreateError('500','missing'); throw create_error; But still got in C# response of 200.
-
How I recognized it's not Angular - it Suite Script 2.0 and I'm using Suite Script 1.0
-
About the second idea of the Angular code, I'm using simple code of javascript as SuiteScript in NetSuite - and don't know how to throw an exception. This is exactly what I want to know - how can I throw an Error from my RESTlet. Thanks, E.
-
Thanks for replying. But I already read this page and didn't see there how to return the error!! just saw there: "Any errors encountered at run time that are unhandled return a 400 error. If the user code catches the error, a 200 error is returned". In my code I'm checking the dataIn that the RESTlet had got and want to…
-
hello, I have the same problem as your old problem... did you get any solution for it? thanks.