Questions tagged [suitetalk]

NetSuite's SOAP-based web services API

174 questions
0
votes
1 answer

Netsuite: Basic Search of SalesOrders returns orders whose ItemList.Item[i].Item.Type is always missing

I am using SuiteTalk to perform a basic search for Sales Orders I can get orders just fine, each order comes with an itemList However, all items in itemList are missing RecordRef type. It's not even null. Just. Missing. (Here's NetSuite…
dbJones
  • 762
  • 1
  • 10
  • 31
0
votes
1 answer

NetSuite WebServices Basic Search (Php)

I'm a newbie in NetSuite SuiteTalk API and i really have hard time to get simple results. I'm using the PhpToolKit provide by NetSuite. My Search is super simple, i want Budget list for a given Budget Category and Date. i'm able to do this search…
tompasto
  • 3
  • 3
0
votes
1 answer

Netsuite Suitetalk: How to get all the customers whose account balance has changed

Customer lastModifiedDate is not updated if you create cash sale/invoice of particular customer in Netsuite. customer balance is changed but customer lastModifiedDate is not changing. how can I get all those customers their balance is updated as…
0
votes
2 answers

How can bypass the credit limit while creating invoice or saleorder in Netsuite using SuiteTalk Webservice?

I am using Netsuite SuiteTalk web service since 3-4 months I felt comfortable to use it. now, i have issues i want to create saleorder/invoice in netsuite using SuiteTalk but i am unable to do that because everytime i am getting error of credit…
0
votes
1 answer

SuiteTalk(Netsuite) C# Console App Web Services Matrix Assembly Item

In NetSuite Web Service, for Inventory Item there is an attribute called matrixType which is responsible for defining the parent child relationship. This attribute accepts value as _parent or _child. But this attribute is not available in to update…
Sumit Jha
  • 27
  • 4
0
votes
2 answers

NetSuite - SuiteTalk search for a VendorPayment object by external Id ( and get its internal ID)

Im trying to get a VendorPayment object internal id by having its external id. Maybe someone did such a search? the API seems to be very verbose.. help would be appreciated.
0
votes
2 answers

How to get column headers of a saved search in NetSuite via suite talk in C#.Net?

I am trying to get information about saved search like how many columns are there in a saved search and their information. I have saved search ID and when I do search with netsuite service through code then i am able to get data in a recordList…
syed ahmed
  • 11
  • 2
0
votes
2 answers

Failed to generate token using the methodd get in the Nestuite Module https

the idea is to connect to an external system from NS and get the token from https response. First of all, I converted the couple (login, password) to the base64,then I created a header contain the param of authorization in a specific format, and…
0
votes
0 answers

How to initialise a Case record from a Customer record in SuiteTalk?

Using SuiteTalk, how can I initialise a new Case record based on a Customer record? To be clear, I want to emulate selecting Create New > Case on a Customer record in the NetSuite website:
cja
  • 9,512
  • 21
  • 75
  • 129
0
votes
1 answer

NetSuite and SuiteTalk list all of a type (paged or not)

I am currently trying to work with the SuiteTalk 2017_2_0 API for a new integration with NetSuite. I have all the basics rolling of single record retrieval, etc.; however, I am having a problem trying to figure out how to list all of a given…
el n00b
  • 1,957
  • 7
  • 37
  • 64
0
votes
1 answer

NetSuite Web API - How to return/populate customFieldList array for Sales Order from a joined search?

I am currently performing a SuiteTalk search via C# that joins multiple tables, one of which is for Sales Orders. When performing a typical GET on a SalesOrder record, the property customFieldList gets populated with an array of transaction custom…
Contissi
  • 41
  • 1
  • 8
0
votes
0 answers

Netsuite Web Services .net SDK. How to retrieve the value of a custom field/

I am trying to retrieve some data from custom records in Netsuite. I have set up a saved search which i am getting the results from then iterating through the search result rows to get the field values, which is ok for default fields but i can not…
0
votes
3 answers

In NetSuite using SuiteTalk, Is it possible to create a CSV file from saved search

Backgorund: I am a newbie in the NetSuite world. We are trying to integrate NetSuite with our ERP and I am doing some preliminary research to find out what would be the best option moving ahead. The primary objective of the first task is to download…
0
votes
2 answers

How to Update a Field in NetSuite suite talk without its internal id giving its internal id value

I have tried to create a opportunity with suite talk API. while updating the entity field value it returns error because it needs internal id value of the field but it is not feasible to address the internal id. …
sathish
  • 32
  • 9
0
votes
1 answer

Netsuite Suitetalk API and PHP Toolkit - Customer Search with Two Filters

I'm trying to search with NetSuite SuiteTalk API using the PHP Toolkit. The search works if I only use one filter - email, but returns an error when I add the subsidiary filter (the parts that are commented out).
david_85
  • 21
  • 8