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
-
Hi, Ram_A wrote:Hi Experts,create table cust_src_tbl(cid varchar2(20),cname varchar2(20),cust_descprition varchar(40),cust_att clob);INSERT INTO cust_src_tbl values(1,'SHYAM','sales','<tag>A1-A2-A3-A4-A5-A6-A7-A8-A9-A10</tag>');create table cust_map(mpid varchar2(20),mp_value NUMBER);INSERT INTO cust_map…