Hi there! We have been facing an issue related to MYOB Advanced ERP (Accumatica) Filter($filter) option.
When used $filter parameter in REST API, pass multiple conditions with 'or' operator.
Like this in URL '$filter=CustomerID eq '21FEBUSER' or CurrencyRateType eq 'SPOT' which gives us this error:
"exceptionMessage": "Only AND logical operator is supported",
"exceptionType": "System.NotSupportedException"
Is there any solution/api/help available to get multiple record in single request to pass multiple condition from Acumatica ERP in REST URL.