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
-
Update - Avinash's help was instrumental in getting this template to work. I had to slightly modify the above code. Below is the code that I got to work with the two changes shown in bold. <#list record.item as tranline> <#assign itemName = tranline.item> <#assign serialNumbers = tranline.serialnumbers> <#assign itemIndex…
-
Thank you Avinash! The new code is producing the same result: not showing Quantity Ordered or Quantity Remaining. These are the roadblocks I have been running into for the last couple days. Seems like it should be so simple…
-
Using the sample code that was sent above - Below are some screenshots to hopefully explain the problem I am having: The Packing List The Sales Order (has some serial #s) The Item Fulfillment (has complete list of serial #'s) Now, if I revert back to standard code provided in Netsuite Standard Packing Slip Template,…
-
Hi Avinash - I inserted the code and got the same result: I get the Serial Numbers but do not get the Quantity Ordered or Quantity Remaining when there is a Description. Thank you and let me know if you need more information!