My Stuff
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
-
Yes! Thank you very much for the help. Snir
-
Hi @Mikko De La Fuente-Oracle I eventually understood the issue, since NetSuite won't allow access tokens related to an administrator role, the system notes using the API will always be filtered according to the role assigned to the token. We wanted the entire system notes without filters, so we used a scheduled script…
-
@Mikko De La Fuente-Oracle My query is super simple, just "SELECT * FROM systemnote" I am missing rows, in the UI i can see more than 400 system notes, but in the results of the query i only see 92 (even with pagination)
-
@Mikko De La Fuente-Oracle Thank you for the response. Yes indeed, i am using the same role (the token was generated for the same role i am logged in)