netsuite

Unable to find a matching line for sublist item with key: [orderLine] and value: [1]

烂漫一生 提交于 2020-05-28 04:51:49
问题 I am using SuiteTalk to create an item fulfillment from an existing sales order. This works for non-serialized orders, but not for serialized SOs. I get the following error: Unable to find a matching line for sublist item with key: [orderLine] and value: [1]. The line numbers do however match, since there is only one line, and this has line number "1". The line item does have a quantity of 3, each item being added to the fulfillment separately with the same line number. Could this be the

Highlighting Kit/Package components on a picking ticket

99封情书 提交于 2020-03-26 05:16:04
问题 I have a customer wanting kit components to be highlighted or specially formatted on a Picking Ticket with an advanced PDF. I can format the parent with no problem, but the customer wants the components to display in a different background colour. (custom column field indicating a Kit item, then using <#if> on the form to change to Bold... But i can't find a field or criteria to tell the template if the item in question is a KIT COMPONENT?? Anyone know how I can achieve this? Cheers Steve 回答1

NetSuite SuiteTalk REST Web Services - Invalid Login Attempt

亡梦爱人 提交于 2020-03-16 07:37:10
问题 I am trying to use the NetSuite SuiteTalk REST Web Services to access NetSuite CRM data. I have the access up and working in production. Able to retrieve record data and metadata. I am now trying to set up access in the sandbox for more in-depth testing. In the sandbox I have: - Enabled rest web services - Enabled token based authentication - Given user concurrent web services permission - Given user Log in using access tokens permission - Created an integration - Created an access token All

Where is the Netsuite Webservices Postman Collection?

回眸只為那壹抹淺笑 提交于 2020-02-22 06:00:05
问题 In Netsuite's REST web services help documentation, there's a reference to a Postman collection: https://netsuite.custhelp.com/app/answers/detail/a_id/86958/kw/postman You can download the REST web services Postman environment template and collection of sample requests from the SuiteTalk tools download page at https://[accountID].app.netsuite.com/app/external/integration/integrationDownloadPage.nl. To access the page, you must substitute your account ID in the URL. Note To access the Postman

How to add checkbox in a list (serverWidget.List) in Suitelet

淺唱寂寞╮ 提交于 2020-02-08 11:22:13
问题 I just started using NetSuite and SuiteScript 2.0. Here is my need: I need to create a list based on a record, then I need to select the desired lines on the list to call a function only for the selected lines. Currently, I created a list (using N/ui/serverWidget.List object), and I'm able to display the lines from my record using N/search module to feed my list, I also created a button on the list so I can call a function. Where I'm stuck, it's to select the lines that appear in the list in

How to add checkbox in a list (serverWidget.List) in Suitelet

混江龙づ霸主 提交于 2020-02-08 11:21:04
问题 I just started using NetSuite and SuiteScript 2.0. Here is my need: I need to create a list based on a record, then I need to select the desired lines on the list to call a function only for the selected lines. Currently, I created a list (using N/ui/serverWidget.List object), and I'm able to display the lines from my record using N/search module to feed my list, I also created a button on the list so I can call a function. Where I'm stuck, it's to select the lines that appear in the list in

SuiteScript 2.0 Add filters to saved search in script

£可爱£侵袭症+ 提交于 2020-02-03 09:03:48
问题 I have a custom record that has a field for an item and a field for location. I have a saved search on that record that already has the columns I want and some beginning criteria that will always be needed. I want to use this search when I am on a Sales Order. I want to store an array of all the item internal ids and location ids on the lines and then pass that as a dynamic filter to this search in SuiteScript 2.0. According to the documentation this can be done. On the search.Filter page it

how to send defaultTaxReg with add customer netsuite soap request?

岁酱吖の 提交于 2020-01-30 12:06:38
问题 I am trying to create customer with default tax but not able to do this in single Add customer API. For this i am creating customer, getting customer(For internal id of defaultTaxReg) and then update customer with internal id of tax registration. Is there any way to create customer with defaultTaxReg in single API? Please provide request body of customer with defaultTaxReg(if possible). 来源: https://stackoverflow.com/questions/58181928/how-to-send-defaulttaxreg-with-add-customer-netsuite-soap

how to send defaultTaxReg with add customer netsuite soap request?

一世执手 提交于 2020-01-30 12:06:31
问题 I am trying to create customer with default tax but not able to do this in single Add customer API. For this i am creating customer, getting customer(For internal id of defaultTaxReg) and then update customer with internal id of tax registration. Is there any way to create customer with defaultTaxReg in single API? Please provide request body of customer with defaultTaxReg(if possible). 来源: https://stackoverflow.com/questions/58181928/how-to-send-defaulttaxreg-with-add-customer-netsuite-soap

how to send defaultTaxReg with add customer netsuite soap request?

落爺英雄遲暮 提交于 2020-01-30 12:06:28
问题 I am trying to create customer with default tax but not able to do this in single Add customer API. For this i am creating customer, getting customer(For internal id of defaultTaxReg) and then update customer with internal id of tax registration. Is there any way to create customer with defaultTaxReg in single API? Please provide request body of customer with defaultTaxReg(if possible). 来源: https://stackoverflow.com/questions/58181928/how-to-send-defaulttaxreg-with-add-customer-netsuite-soap