My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
Hi @User_U1LBY would you be able to share your script file? We'll take a look from there. Thank you.
-
Hi @Michael Shparber For NetSuite2.com data source, yes we need to add the transactions manually based on my testing, because it is role based. I tried to query the transactions table with Sales order permission on the transactions tab and it displayed the transactions with SO. Then, i tried removing it and and the sales…
-
Hi @Michael Shparber the SuiteAnalytics Connect – Read All permission applies to the NetSuite.com data source only. It is not applicable to the analytics data source, also known as NetSuite2.com. The analytics data source applies role-based access restrictions. Users can query only data that they can access in the NetSuite…
-
Hi @katherine_15328 Yes, you are correct. No need to create an online case form. Your RESTlet script can already create a case directly to NetSuite. You just need to send the payload over to NetSuite. Thank you :)
-
Hi @katherine_15328 . Please correct me if I'm wrong. Basically, you want to send over the customer information, and long text field with the item information from your external Website when a button is pressed. I was thinking of doing this via RESTLET. First, you have to send over the details (customer information, and…