My Stuff
Comments
-
The Case# is: 433784
-
Yes, it doesn't matter. Netsuite, Any time frame on when this will be fixed?
-
I have found a solution, but it is more of a workaround than anything. It is possible to embed javascripts into certain pages on the webstore, so am using this approach although it is somewhat limited.
-
I suppose I will have to wait for enhancement#:133535
-
Another work around for the invalid state ref error is to enable: Allow Free-form States in Addresses
-
It is my experience that you should be able to set tranid to whatever you want during import via webservices. In the UI if autogenerated numbers are enabled then I believe you will want the allow override checkbox to be checked.
-
Hi Terry, In the customer address book the attention String can be 50 characters, but, in the itemFulfillment the field that this maps to (shipAttention) can only be 35 characters. We are calling: _service.initialize(InitializeRecord); and the response is coming back with initialized fields where the content is too long.
-
When I view the item record, location name is no longer displayed in the body of the form.
-
Please disregard, this was fixed by setting the memorized flag on the transaction search to false. //create the TransactionSearch Basic object TransactionSearchBasic xactionBasic = new TransactionSearchBasic(); SearchBooleanField sbf = new SearchBooleanField(); sbf.searchValue = false; sbf.searchValueSpecified = true;…
-
Thanks Terry I had to set itemReceive = true for the line items and that cleared the issue.
-
Thanks Terry, I will check the documentation as you suggested, but we are definitely getting the cc number for other accounts when we pull the data. If you go to edit mode on a salesOrder in the UI you can view the ccnumber.
-
Thank you Terry, we will work around this issue for now and post an enhancement request.
-
Terry, This used to work, but since 10/26/2006 we can no longer update this field on any SalesOrder. Is it possible to update the trackingnumbers field anymore, could you shed some insight on how that might be done now?
-
Terry, unfortunately I do not have access to the user group, but the change you mentioned worked, thanks for the help!
-
Terrym it is C#
-
Thanks Elham, we are already setting this preference at the request level but receive these warnings as errors. Here is another example: In Request we send: <soap:Header> - + <preferences xmlns="urn:messages_1_3.platform.webservices.netsuite.com"> - + <warningAsError>false</warningAsError> </preferences> </soap:Header> In…
-
Why would the session time out in under a second?
-
No, actually, the transaction was not updated. What is the best way to get around this issue?
-
I am using the following wsdl: https://webservices.netsuite.com/wsdl/v1_3_2/netsuite.wsdl
-
Sorry, I should have posted this under the smbxml section of this website. We currently import Bills into Netsuite via smbxml, and we are looking for a way to tie these Bills back to existing Purchase Orders in Netsuite so that they are no longer open Purchase Orders. However, will Web Services ever allow us to update /…