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 Terry, I tried entering this order via the UI and it posted successfully. All amounts were entered exactly as they appear in the SOAP message and were rounded by the NetSuite web application (8.98, 18.98, 32.00). Any other suggestions?
-
Hi Terry, I am pasting a fragment of response recieved on the 12th, this is for one item only.However i did not see any created /modified date there. <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"…
-
Hi Terry, I wrote following code, but I am not able to see the update happenning for the item as the limited inventory still shows the previous value. InventoryItem modifiedInvItem=new InventoryItem(); BooleanCustomFieldRef boolcustFieldnew = new BooleanCustomFieldRef(); CustomFieldRef[] newCustFieldArray=new…
-
Hi Terry, Thanks for your response.It will be great if you could send code snippet. Thanks
-
Our concern isn't determining whether the record was created via UI or WS - we are worried about them getting in each other's way. The customer numbers assigned by our system are an autonumber. If, for example, the next customer created by our system is #100,000, we don't want the next one created in the UI to be 100,001,…
-
Thanks! Trung
-
We have implemented this solution, but are still having some problems. I have unchecked "Use Defaults" as described above. However, we still get the error message as follows, when trying to send the (new) order to NetSuite: java.lang.Exception: [Code=INSUFFICIENT_PERMISSION] You do not have permissions to set a value for…
-
How do I file this case? Thanks, Trung
-
I've just found the problem. The Modified date and the Created date are 2 separate entities. I was expecting that the modified date includes the created date but it does not. Is there any way that I can search for the items created OR modified in a certain date range? Regards, Trung
-
I'm using NS WSDL 1.2.1. There is no ItemSearchBasic class in this version. Is any work around that I can do the date range search in NS 1.2.1? The code I originally submitled is basically the same as the code in the snippet given by Terry except the ItemSearchBasic object. I wonder if I did anything wrong or NS 1.2.1 did…
-
Thanks, Terry. Trung