My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
Please note that on Friday, September 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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