NetSuite's SOAP-based web services API
Questions tagged [suitetalk]
174 questions
0
votes
3 answers
NetSuite Transaction Dates
There are lots of dates to choose from in a NetSuite transaction, specifically a sales order. I'm using SuiteTalk to synchronize shipping information from NetSuite to a legacy system. Which date is the correct date to determine when activity has…

Kevin M
- 189
- 2
- 10
0
votes
1 answer
Issue on updating line item of journal entry on Netsuite using suite talk API
I am updating journal entry on Net suite using suite talk API.
I can add new lines for the record. but on updating existing line using line ID in am getting below error.
You do not have permissions to set a value for element line.line due to one of…

HItesh Kumar
- 81
- 1
- 9
0
votes
2 answers
Configuring inventory detail on Item Fulfillment item list, using C# and SuiteTalk
I am coding in C#, using the SuiteTalk Web Services to create Item Fulfillment records from existing sales orders.
I am not sure how to configure the inventory detail, when serial numbers are specified on items.
I successfully generate the item…

Charl
- 812
- 1
- 8
- 22
0
votes
2 answers
How to get summery from saved search using suite talk api netsuite
I have created saved search on Netsuite and trying to get summary for saved search using suite talk API.
I am able to get records for saved search using API but not summary result.
Is there any way to get the summary result .
Saved Search…

HItesh Kumar
- 81
- 1
- 9
0
votes
1 answer
Why i am seeing this error 'NS Invoice Creation Error:Please enter value(s) for: Country'
I have using Netsuite Webservice Logic Code. I want to convert Sales order to Invoice .In the below code is working fine but I am seeing unexpected error
NS Invoice Creation Error: Please enter value(s) for Country
Here is my code
Invoice…
0
votes
1 answer
Netsuite journal entry update issue for more than 1000 rows Suite talk API
I am trying to update a journal entry on Netsuite using SuiteTalk API having more than 1000 records and getting bellow eeror -:
Journal Entries can have a maximum of 1000 lines
Is there any way to solve this issue,or update journal entry have more…

HItesh Kumar
- 81
- 1
- 9
0
votes
1 answer
Error on updating a tranaction netsuite
I am trying to update a transaction using suite talk API and getting below error,for all the records with closed posting period. for rest of all transaction(with open posting period) API working fine.
This bill has payments applied to it. Are you…

HItesh Kumar
- 81
- 1
- 9
0
votes
1 answer
NetSuite - UNION ALL equivalent in saved search?
I'm in the process of writing a SuiteTalk integration, and I've hit an interesting data transformation issue. In the target system, we have a sort of notes table which has a category column and then the notes column. Data going into that table from…

Emma
- 19
- 7
0
votes
1 answer
Get Records Fields with SuiteTalk Netsuite
I'm working with the PHPToolkit to connect to SuiteTalk from Netsuite, and I need to get the standard and custom fields.
The unique way I found is get one previously created on netsuite, get the record and extract the fields. But must be other way…

Kevin Eimer
- 1
- 2
0
votes
2 answers
Save value for a Cash sale with a custom segment field
I'm trying to save a cash sale in netsuite, we have a custom segment field called business unit (ScriptId = custbody_cseg2) and I need to put an specific value to it (Internal Id = 2 in the custom segment).
I'm using the following code who is pretty…

Daniel Forero
- 95
- 6
0
votes
1 answer
Suitetalk journal entry approval status
I'm creating a journal entry via Suitetalk but this journal entries gets created in a "Pending Approval" status, I need it to be approved.
I'm sending the fields approved and approvedSpecified as true but the journal entry doesn't get approved this…

Daniel Forero
- 95
- 6
0
votes
2 answers
Creating a SalesOrder within NetSuite with Item Groups
I am looking to integrate with NetSuite from an external quoting system. Everything works fine if I use standard Non-Inventory Items and I am able to create a Sales Order.
The problem that I run into is when I add a line that is an Item Group, it…

TC Sutton
- 101
- 4
0
votes
0 answers
Insert Sales Order error: SSS_MISSING_REQD_ARGUMENT
I have a simple script to insert SalesOrder objects. Even though the call successfully creates the object in NetSuite, the SOAP response shows an error.
I am unable to determine the missing field based on the response message.
Any…

Paul N
- 45
- 3
- 6
0
votes
2 answers
NetSuite SuiteTalk: SavedSearch for "Deleted Record" Type
How does one get the results of a "Saved Search" of Type "Deleted Record" in NetSuite? Other search types are obvious(CustomerSearchAdvanced, ItemSearchAdvanced, etc...) but this one seems to have no reference online, just documentation around…

David Rogers
- 2,601
- 4
- 39
- 84
0
votes
1 answer
Trouble shipping an ItemFulfillment using SuiteTalk
What do I need to do to mark an ItemFulfillment as shipped, including package information and possibly a different shipping method/carrier using SuiteTalk? We use WMS Lite RF Mobile Screen to initially create the ItemFulfillment, then a custom app…

Malik Drako
- 577
- 1
- 8
- 19