プロフィール
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
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.
コメント
-
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…