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?"
Loading
Comments
-
Please refer a suitelet form code /** * @NApiVersion 2.x * @NScriptType Suitelet */define(['N/ui/serverWidget', 'N/record', 'N/url', 'N/redirect','N/ui/message'], function(serverWidget, record, url, redirect,message) { function onRequest(context) { if (context.request.method === 'GET') { // Create a form var form =…
-
Please refer a code for above before user event script for button Reject: /** * @NApiVersion 2.x * @NScriptType UserEventScript */ define(['N/log', 'N/record', 'N/ui/serverWidget', 'N/url','N/redirect','N/runtime','N/ui/message'], function (log, record, serverWidget, url,redirect,runtime,message) { function…
-
Currently, I have developed the whole code in a scheduled script, but I have less time to convert it into a map or reduce script-facing issues due to NetSuite governance units. My code works well for sizes 1 to 100, but I want to process data in a scheduled script again. My current script can also pass the parameter that…