Hello, has anyone here screen a issue lately with ...
# suitescript
p
Hello, has anyone here screen a issue lately with map/reduce scripts where they are loading all records instead of what is being returned by a saved search? We had an issue beginning around june 10th
b
My guess would be that the search is wrong over the map reduce is wrong
the e-fix schedule suggests an update broke your code
p
thats what I thought. I will go back to NetSuite
b
Keep in mind that those fixes are usually aimed at fixing bugs, so you should make extra sure that your search didnt rely on a bug to work
p
the search has been working fine since last August
b
Whats the code for the search?
p
its a ui saved search
b
Probably want to check if recreating the search in code has the same problem
Especially if there are summary criteria or parenthesis use in the filter expression
p
I will try it out. thank you
the other saved search worked. have you seen a saved search get corrupted before?
b
Not necessarily corrupted, but suitescript searches are generally a subset of ui searches
Its possible the ui search is using a feature the does not work in suitescript
p
I rebuilt the search and it worked again
in the ui
b
I dont usually see 2 identical searches behave differently
My guess would be that the 2 searches are different in some way