Hello,
We have a particular client of ours, for whom getting VendorLedgerEntries is throwing this error whenever we call it:
{
"statusCode": 400,
"service": "Dynamics365BusinessCentralApi",
"error": "Error from calling Dynamics 365 Business Central : {\"error\":{\"code\":\"Application_FilterErrorException\",\"message\":\"The filter \\\"66203(A)\\\" is not valid for the No. field on the Purch. Inv. Entity Aggregate table. An error occured while interpreting the filter: Did not expect '('.\\r\\n\\r\\nFor more information, see https://go.microsoft.com/fwlink/?linkid=2158058. CorrelationId: 75cd7022-961d-46c0-bb36-7215f1881df7.\"}}",
"correlationId": "d4862966e6e71cb24614cc6d78941a32",
"canBeRetried": "Unknown",
"detailedErrorCode": 0
}
Is anyone able to assist with how we would begin to go about interpreting/debugging this?