S
stevev
Guest
The error message suggest the request used $count as one of the query parameters. In OData V2, the $count can only be specified as part of the path. To have the count included in the result, OData V2 uses the $inlinecount parameter. In OData V4, the specification now uses $count as a parameter and dropped the $inlinecount parameter name. Is it possible that the external source that you configured in Salesforce was configured to use OData V4?
Continue reading...
Continue reading...