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 Michelle, That was my assumption also - however they behaved differently. Date in the criteria only returned 7 matching records, while {startdate} in a formula returned them all. Knowing a little about databases, an indexing issue was the only thing I could think of - in the criteria it would scan the date index,…
-
Thanks, Patrick. The only think that makes sense to me (outside an outright Bug) is that the index / reindex database jobs haven't been run on "date", whereas they have run on "start date". While they both might contain the same value, there might be indexed views or cache tables or something of the sort where the index…
-
Yes. If you do not have a suite cloud license, this is relatively straightforward. Try one, and if you get a WS_CONCUR_SESSION_DISALLWD fault, try the other. If you only have two threads, then this will always work, unless you are perhaps sharing the second account with other services. I use the suitecloud license, and…
-
I assume you are looking for GUI ways to attach. Via WebServices, files can be attached by calling 'Service.attach(attachBasicReference);' where attachBasicReference.attachTo = caseRecordRef and attachBadicReference.attachedRecord = fileRecordRef Is this one of the few times webservices *can* do something the GUI cannot?