Error 54509
Product: Sync
Error - 54509
Sync: Query expression contains too many operators
The query expression must contain less than 30 operators.
Possible Causes
- The query expression contains 30 or more operators, probably a user-facing edge case or a programming error.
Possible Solutions
- Rewrite the query or the code generating it to use fewer operators or issue separate queries. You can use any combination of the following operators:
and
,or
,in
,eq
,not_in
,not_eq
,contains
, however overall number of operators in any query expression must be less than 30.