My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Comments
-
Thanks but I do not see any of those special characters in the XML. In any case, I was able to proceed further and got stuck at another place. When I use the sample Customer.xml of NetSuite, it gave me the error (as shown in Red) Failed parsing XML: The import has failed due to one of the following reasons: 1) Required…
-
Thanks elham. I am able to download the file now.
-
You can visit Support -> Help -> Help, Guides, Tips and more in NetSuite and you will be able to download WebSite document in pdf. Hope this document helps. 7HUser
-
Much simpler way to get to this document https://system.netsuite.com/help/en_US/PDF/WebSite.pdf
-
Thanks much Terry. It seems this solution will fit for our requirement
-
Hi All/Terry, Can you please help us in resolving this issue which we are trying to crack from the last one week. We are trying use customer payments API through webservices (v 2.5) and we are getting error with doc. CustomerPaymentApply custpaymentapp = new CustomerPaymentApply(); custpaymentapp.doc=1 if we assign like…
-
Hi All , In our previous query we missed to add customer.addressbookList.replaceAll . But after using replaceAll also we are getting the error as INVALID_KEY_OR_REF The code is given below Customer customer = new Customer(); RecordRef rfcust = new RecordRef(); rfcust.type = RecordType.customer; rfcust.typeSpecified =true;…
-
Hi, We are submitting soap request and response also. <?xml version="1.0" encoding="utf-8" ?> - <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <soap:Body> - <add…
-
Thanks for Quick repsone. But even we have tried without recordtype (As per your suggestion) also .Still it is giving the same error. Can you pls tell me where we went wrong......... Thanks, 7HUser
-
Thanks Terry for the reply. We are trying to import multiple address of the same customer. I understand that it cannot be done using csv and I notice that it can be possibly done using smbXML. How do I do that. I tried downloading the pdf but it gave me error that the file is corrupt and cannot be downloaded. Appreciate…
-
Hi Terry, Thank you. Now The problem is solved after adding attachTo.typeSpecified =true Thanks, 7HUser
-
Thanks much Terry . Now our problem got solved. Thanks
-
Hi Terry, Thanks for your reply. But we have one doubt ..like if we configure three uoms (PA,CSE,PLT) for fwm_uom ,we can easily get if we do setup for the item lilke stockunit = CSE ,purchaseunit = PA, saleunit = PLT. But if we configure with 5 UOMS(say PA,CSE,RA, RA2,PLT)for fwm_uom ..then how to download all five UOMs…
-
Sorry Terry, we have done a small mistake while sending the code in previous query. The code which we have used is : 'Soap Client Dim oSOAP 'XML Document to laod XML from Web Services Dim objDOMDoc 'Node list Dim objNodeList 'Child node list of above Modelist Dim objChildNodeList 'Create a SOAP client and callthe C# web…
-
Hi Terry, We have been trying in all possibilities ,but we are getting still the same error as "Invalid order line". we have posted soap format also(Previous thread). Can you please help us out where we went wrong..... Thanks in advance, 7HUser
-
Thank u Terry , we tried as per your suggesstion.even we are getting the same error as "The specified key is invalid". We have used the following code. TimeBill tm = new TimeBill(); RecordRef rf = new RecordRef(); rf.internalId ="978"; tm.employee =rf; RecordRef r = new RecordRef(); r.internalId ="1036"; tm.customer =r;…
-
Hi Terry, Thanks for the reply. We checked the active flags, but all looks ok. but let me cross check again if I am missing something and will let you know. We are able to get the time track record using get operation. Thanks, 7HUser
-
Hi Terry, Thanks much for your quick reply. we tried with the code suggested by you.we got upto first phase(picked). The status also changed to picked in fullfillmentlist. But when we try to do packing with same code(including ful.shipStatus = ItemFulfillmentShipStatus._packed),it is given error as "You must specify a…
-
Thank u Terry.We have tried with out using that two lines(orderline).In that case it is giving error as "enter atleast one line". Can u help me out ....pls Thanks, 7HUser
-
Hi Elham, Thanks for a quick reply and on a weekend. We would like to have a workaround so that we can update the inventory in NetSuite when we receive the material in the Warehouse Management System (WMS). Once received in WMS, we will update the inventory in NetSuite using Inventory Adjustment WebService. We would…
-
Thanks..Now we are able to create Credit Memo.
-
Hi Terri, Now I am able to update handling cost also. Previously it was a configuration problem. Thanks,
-
Hi, Had a typo in the example. The line# are different as given below. Thanks, (Order Created and not fulfilled) Order# 150 Order Line# - Qty - Fullfill Qty 1 - 12 - 0 2 - 8 - 0 3 - 18 - 0 4 - 15 - 0 (Order details after Fulfillment using WebServices (using the code given below)) Order# 150 Order Line# - Qty - Fullfill Qty…
-
Hi Terry, Thanks for the reply. The Item Number we are trying to get is the standard NetSuite field. In the browser UI, it is named as Item Name/Number in the Inventory Item Screen. We are trying to read the Item Name/Number using webservices along with other fields like Vendor Name/Code, Subitem of, Location etc., All…
-
Thanks Jan. We are able to change the orderstatus of a salesorder from pendingApproval to pendingfullfillment.Thanks for the help.We used the following code(Sample CRM app) for creating a custom field. SalesOrder so = new SalesOrder(); so.tranId="183"; so.internalId ="983"; RecordRef rr = new RecordRef();…
-
Hi, Thanks for the details. This has helped us to proceed further. We are able to query the all items starting with P now based on itemName.searchValue= "P" SearchStringField itemName = new SearchStringField(); itemName.operatorSpecified = true; itemName.@operator = SearchStringFieldOperator.startsWith;…
-
Thanks Jan. We are able to get all the orders now with in the data range. Thanks for the help. For the second query - Do we need to go to the GUI screen in NetSuite and update the status. I was looking at some way to automate this. Do we have anything in NetSuite where we can call a WSDL to insert/update data in NetSuite.…
-
Hi Matt, Thanks for the reply but I tried using ODBC using the excel but we get the following error "Unable to obtain list of tables from the data source" after we select the data source as NetSuite.com. By the way, where do we setup the "Show System Tables" as turned on. I checked the options in the excel but I don't see…
-
Thanks. Let me try that. Sounds good but will have to check if it works in our scenerio. Hopefully it works.
-
Thank you very much ,i got it worked