ehcanadian
06/23/2020, 10:42 PManyof
filters. I had this confirmed with NS, they tested with a million elements without an issuesuitedev
06/23/2020, 11:01 PMsuitedev
06/23/2020, 11:01 PMehcanadian
06/23/2020, 11:47 PMD17339
06/24/2020, 6:57 AMZeeshan
06/24/2020, 11:13 AMAzi
06/24/2020, 5:05 PManyof
is on a joined field.
I had this filter
... ['customer.parent', 'anyof', parentIds], 'AND', ...
and I was breaking my head to figure out why it wasn't working. The netsuite error message is just an unexpected error has occurred.
I broke the array with a length of about 1075 into 3 parts, and each one on its own worked.
I then took the first 1001 results and it failed.
I took the first 1000 results then it workedcreece
06/24/2020, 5:10 PMAzi
06/24/2020, 5:11 PMehcanadian
06/24/2020, 5:11 PMThanks for waiting. The documentation for Filter objects doesn't explicitly indicate any limitations for the elements in an AnyOf operator, so there doesn't seem to be any. To test this, created an AnyOf filter with a million element values successfully in my test account.
ehcanadian
06/24/2020, 5:11 PMehcanadian
06/24/2020, 5:12 PMcreece
06/24/2020, 5:14 PM