Is it possible to load a saved search of SOAP Web ...
# suitescript
k
Is it possible to load a saved search of SOAP Web Services Operations via SuiteScript?
e
go to the docs of the search.load and set the type of the saved search. I run into a similar issue last week (not SOAP). It seems there are some records types that are not automatically recognized in some saved search.
k
I don't see SOAP Web Services Operations on that list. 😞
b
run
Copy code
nlapiGetFieldValue('searchtype')
while editing your saved search
k
returns null
I searched through the HTML of the search in the browser and found 'WSOperation' as the search type, but when I try that in the suitescript I get invalid search type
/app/common/search/searchresults.nl?searchtype=WSOperation
b
you may be out of luck then
k
Yup
I don't suppose anyone's ever written a script to parse SOAP logs?