Hi all - Has anyone faced any issue in using the S...
# suitetalkapi
k
Hi all - Has anyone faced any issue in using the SOAP webservices and query an Item Fulfilment saved search, where there are over a 1000 rows? We are seeing an issue where the ss shows 1012 rows but when making the query in soap, we see the last 12 rows of data not appear in the response. The 12 that do appear in the response are duplicates from the first page in the xml response.
b
what do your 2 requests look like
k
upon investigating further, there is a definite issue with the soap results: NS ss - 1012 unique records soap - 1012 records, some of which are not unique. page 1 - 1000 page 2 - 12 record (some of these exist in page 1). We are using a transactionListQuery against a Saved search script ID. Seeing the same issue with SOAP and when making call restlet with the saved search ID
b
Use the SOAP Web Services Usage Log to find out what the requets look like, share them here
k
sure - i've validated that the soap logs include the dupes. the internal ID of the record (custom record) appears twice 12 times (total of 24)
will provide shortly
b
its not really the response thats important, its the request
k
both requests attached (page 1 and 2)
Have changed personal preferences pagination on Netsuite in UI from 200 > 1000 and can see all the 12 records in page 2 in page 1. When the CSV is exported there is are no duplicates. this was to replicate the soap api
b
those requests look mostly reasonable, the only obvious looking thing is to make sure the custom records arent being modified between requests
the only other thing is to try recreating the search in the soap request
mostly to ensure you arent using any features unsupported in the search you are referencing in your search operation
k
can confirm the records are not being modified. Have actually changed the sort by on the saved search from Date > to Internal ID and surprisingly not getting the dupe issue in the UI or Restlet call - SOAP still exists.
i
Is there formulas in your saved search results?
k
no formulas. it has a few joins to the custom table from the item fulfilment record (base record).
have not experienced this issue before. currently changed the sort by to InternalID and restlet seems to work. SOAP still issue
i
how about grouping?
k
@Israel cannot group on this search as soap would not work in that case - have raised with ACS