My Stuff
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
Hello Community! Josh Maxwell, a User Experience Researcher for NetSuite Foundation has fun a question for you. Imagine for a moment that NetSuite had an assistant like Alexa or Siri. What would you ask of your NetSuite assistant? Use this survey link to share your top questions to the assistant.
Here are some examples to get your creative juices flowing.
"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
Here are some examples to get your creative juices flowing.
"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
Comments
-
@Jack Daryl Espiel-Oracle Ok great, thanks!
-
@Jack Daryl Espiel-Oracle Here is a screenshot:
-
@Jack Daryl Espiel-Oracle We are using NetSuite2.com. The field is not inactive, yet do not see it when we retrieve fields. Please see screenshots. What else could have changed?
-
@Michelle Jabanes-Oracle The issue was resolved at our end, feel free to delete the thread. Thanks.
-
@Mikko De La Fuente-Oracle How can we access reports using ODBC? We have a financial report (budget vs actual) which we need to access. Is only a subset of NetSuite data available through ODBC? We were under the impression all of NetSuite data would be available using this mechanism. Thanks.
-
Thanks for this, will check this out. Specifically we are looking to extract the Budget object, this is not available on the REST API browser but is part of NetSuite schema. There are existing reports that presumably use this object.…
-
Indeed it was a role related issue, the objects work when the role is added. Thanks!
-
I am trying to get a list, not a specific customer, this is as per:
-
Just wondering if a specialist can take a quick look? Thanks.
-
Adding a picture of how it looks on Postman. [Image removed]
-
I am just trying to retrieve records using the REST API from various API objects. I am able to retrieve records for some objects, while the others are giving me that error. The exact same code in python is used. Many objects expectedly have 0 records, which is fine. But why are so many objects gving…
-
It worked after following that example. It would really help if working Python code examples of REST API are made available. Thanks!
-
Ok - that finally worked. I did try enclosing in single quotes before which did not work. This is the version that worked: r = requests.get(url_api+'/'+module, headers=header_api, params={'q':'lastModifiedDate ON_OR_AFTER "11/1/2021"'}) Thanks for your help!
-
Getting the same error after setting content type as text/plain. Thanks.
-
As I mentioned, I tried with different date formats and none of them worked. The below request produces a different error: r = requests.get(url_api+'/'+module, headers=header_api, params={"q":"lastModifiedDate ON_OR_AFTER 11/1/2021"}) {"type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1", "title":…