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
-
Thanks to both of you for your help. I will give this a shot. Good point on the custom column. I will get back to you with the results. Again, much appreciated.
-
Using get was my first approach, but since I could not seem to grab the get vars, I was attempting post. When I run nlapiLogExecution('system','getvars: ',datain), I can see the following: {"stype":"item","sname":"customsearch1419"} (I changed the names of the variables while troubleshooting). Unfortunately, datain.stype…
-
Thanks for the reply. A RESTlet seems like a better solution!
-
Thank you, Daniel. That would also explain why when I tried to return the results without the JSON.stringify call, the script errored. Just for the record, it was the Content-Type header that was the issue. Very finicky. In case it may help anyone else, I had to create the headers like so: [CODE] $headers = array(…
-
Just got it to work... Group on PO/Check Number, Count on Internal ID, Summary filter (count) on internal id > 1.
-
Thanks, good point.