プロフィール
コメント
-
Sorry in advance for a bit long winded post... In evaluation, I was a bonehead and assumed that doctype could be set. I did not consider that NetSuite would not support doctype. I found out after becoming a customer. My bad... I submitted enhancement #91381 about a year ago. I am unable to locate this enhancement request…
-
Never mind - I think I figured it out.
-
Never mind - I was doing something silly! (crossed locations)
-
Ugh, never mind. It is TransactionSearchBasic with the Type = Journal. :-)
-
They broke it. Update to the latest WSDL and it should work. Or you can wait for them to fix it. It's not like it's a busy time of the year or anything, so you probably have time for that, right? Thank you for the confirmation. I was pulling my hair out.
-
Evan & Maria, I created a support case in May which was converted to issue 180627.
-
Steve, I understand your frustration. The cached saved search occurs for us on Saved Search calls from both WSDL calls and Published Saved Search. The issue with saved search results from WSDL not matching saved search in the UI was reported by me in May 2010 and Issue 180627 was created with priority s3.
-
Defect 182217, fix scheduled for 7/8/2010.
-
This is NetSuite Support Case 1171948.
-
Would anyone know if it is possible to read the definitions of the quantityPricingSchedule? It does not appear that it is possible.
-
This is a little wierd. If I create a new item, I can set the Qty 0 Online Price, the 4 discount levels will be automatically set. If I take the same item and code to perform an update, the prices for the 4 discount levels is set to NULL. Wierdness.
-
Thanks ...We have outsourced fulfillment and we are using csv for getting the orders back and forth to our 3pl but we want to go to webservices. The 3pl has a good XML setup (If I used Yahoo stores for example I could set it up in 15 min) but in NS I need to set up the code and I have nothing to start from, making it to…
-
Online help says the following, but that path is not valid. Web services developers can download sample applications from the NetSuite Developer Portal. From the NetSuite home page go to Platform > Developer Network > Developer Resources > SuiteTalk (Web Services) > Sample Application. CRM and ERP sample applications are…
-
Are you wanting to receive a Standard PO or a Drop Ship PO? The receipt of a Drop Ship PO is fairly easy. I've not looked recently but as of v2009.1, doing an vendor bill agains a drop ship PO was a bear.
-
...schedule update inventory item fields like purchase description, store description and some other columns every week... We do this by calling WSDL via Microsoft SSIS and vb.net.
-
http://www.gilkatho.com.au/parts works like expected to the directed Category. http://gilkatho.com.au/parts takes the visitor to our main page. If it were my site, I would first choose between using www. and not using www. For our site, we use www., I tested one of our promotional urls which is defined with www. and ran it…
-
NetSuite Case 1156943
-
I don't believe you can derive the h parameter. It's a security hash. You can however use the 1388 to get the file's url. HTH Brett, Thank you, it does help. I've written the call in VB.net.
-
Can you post the soap request / response?
-
Sorry, I don't see anything off hand. I believe (not 100%) that the INVALID KEY OR REFERENCE indicates that one of the foreign key's is invalid. You are using v2009.1 which would seem that it would not be a bug in the WSDL as I would think someone would have found it by now. Are you able to submit the same values via a…
-
What I am seeing is the following: 1) Create Saved Search that returns multiple records. (lets just say 125 records) 2) Call Saved Search via WSDL and everything works fine. 3) Update the Saved Search so it returns one (1) record. 4) Now when I call the Saved Search via WSDL, it will sometimes return 125 and sometimes…
-
How to unset revrec schedule in line item using Web service in C#? I tried using null, -1, 0 with no luck. Any suggestion is greatly appreciate. In vb.net: 'Used for the NullFieldList for NetSuite Dim tempNullFieldList_AL As New ArrayList() tempNullFieldList_AL.Add("yourFieldName") 'Load up the nullFieldList…
-
The update installed last night fixed this issue. I was able to receive a drop ship PO via WSDL. Case closed
-
Just tested this as of 9:13am CT on 01.18.2010 and the issue is still occuring: ERROR: INVALID_KEY_OR_REF - Invalid shipmethod reference key 3.
-
This is NetSuite Case 987585. Specifically related to WSDL not the UI. Disappointing that this has going on for 5 days.
-
Tenative fix scheduled for Thursday's update. (per email from NetSuite support)
-
This is frustrating in that it was working and then they changed something and broke it. Fred, Looks like you and I joined the user group about the same time. The code in question has been running since September 2007 and has not had any significant changes since then. The only code added / edited was improved error…
-
I tried forcing shipstatus but that did not help. Below is the shipping related SOAP. <q1:shipStatus>_shipped</q1:shipStatus> <q1:saturdayDeliveryUps>false</q1:saturdayDeliveryUps> <q1:sendShipNotifyEmailUps>false</q1:sendShipNotifyEmailUps>…
-
The answer appears to be yes. Maybe the Schema Browser is just not displaying properly?
-
This has been resolved. I do not know what was causing the issue. I do know that it was not a NetSuite soap issue but rather something in the Microsoft xml world. My best guess is that I have multiple compiled versions of the NetSuite WSDL (2008.1, 2008.2, etc) and that something got mixed. Very odd as nothing has changed…