I did a search for 7538 customer internalids and i...
# suitescript
e
I did a search for 7538 customer internalids and it returned 8113 results lol
n
did you exclude "inactives"? 🙂
e
I didn't, it was just a quick test to see if it would choke on the number of ids for the
ANYOF
👍 1
excluding inactives trimmed it down some, but the numbers don't match. really odd
My filter was on
internalidnumber
. When using an array of integers, the search returned the number of customers in the account. It didn't matter if the array had 5 elements or 7K. I changed the array to strings and the filter to
internalid
and now it matches up. (7190 results.) Looks like there isn't a limit of 1000.