-
Custom Shipping Address is not considered for tax calculation or address validation
One of our integrations bring transactions to Netsuite as Sales Orders. Since there is no matching address book on the other system, it simply imports the Shipping Address for the Sales Order as custom Shipping Address with the Override box checked. When I expand the address form in a popup window I see that there is a…
-
How to Receive Data from NetSuite on Record Changes
Hi All, I have a requirement where our system needs to receive data from NetSuite in real time. Specifically, whenever a record is created or updated in NetSuite, the data should be sent to our system via an API request. Is there a native webhook functionality available in NetSuite to support this? If not, what are the…
-
How to send the attachment to file cabinet via Web Services?
Hi There I am currently working with a third party provider who is trying to integrate invoices from an external system into Netsuite via SOAP webservices. They were wanting to know whether it is possible to send attachments or supporting documentation to Netsuite's filing cabinet via SOAP or REST APIs? Thanks
-
SOAP Custom Field/Columns and Their Lists
Hi, What's the most efficient and best way to retrieve custom fields and custom line fields for a specific transaction type/entity etc', and in Case it's a list, to get it's source custom record/custom list. Thanks.
-
Show the web services logs Data in the Reports
Hi, is there a way to show the web services logs Data in the Reports, Instead of downloading each incoming Request and NetSuite response? Thanks, Nagendra M
-
SuiteQL multiselect field filtering
I'm creating application with REST WebService, that using SuiteQL. I want to filter my items by multiselect custom field. I see, that row have value "custitem_wex_specialties": "19, 25", but when i'm processing query "select * from item where custitem_wex_specialties like '%19%'", it doesn't return any rows. How can i…
-
I am getting below error while sending webservice request to create invoice.
I am getting below error while sending webservice request to create invoice. Below is the request & reponse
-
Need Payload tag For Creating information in Contact Points
Hi All, I can't enter data in Contact Points tab. To create the party I use this WSDL https://testtest.com/foundationParties/PersonService?WSDL To create the account and site I use this WSDL https://testtest.com/foundationParties/CustomerAccountService?WSDL I can't find the correct tags to insert the information in Contact…
-
login NS from external by java
I am trying to login NS by java with the foundation of the sample application provided by netsuite. (Sample address: http://www.netsuite.com/download/NSJavaClient2017-2.zip) . But got "Two-Factor Authentication required" exception. Code as follows, can anybody give me some ideas ? try { WsClient client =…
-
how to get serializedInventoryItem inventory detail& their serial numbers.
Hi All, i am trying to get inventory information of serialzedInventory item but i am unable to get please have a look below code, am i doing something wrong, please have a look at below numbersList and locationsList always null i have also set bodyfields = false in setPreferences ItemSearch itemSearch = new ItemSearch();…