Has anyone used CRM's Virtual Entity to connect to Business Central? I created an OData endpoint in BC and tested it with Postman. Then I followed the steps on Getting Started (docs.microsoft.com/.../create-edit-virtual-entities) and I did include the authentication user and key that worked in Postman as a Header parameter, and then tried to access the new entity with Advanced Find and got an error. I checked the Plugin Trace Log and the error is a generic error:
Unhandled Exception: Microsoft.Xrm.Sdk.Data.Exceptions.GenericDataAccessException: An OData error occurred. at Microsoft.Xrm.DataProvider.Odata.V4.Plugins.Client.ExceptionTranslationEdmModelLoader.GetModel(ODataDataSource info, IDictionary`2 httpHeaders) at Microsoft.Xrm.DataProvider.Odata.V4.Plugins.Metadata.ODataMetadataContextFactory.CreateCachedData(ODataDataSource dataSourceInfo, Guid organizationId, IDictionary`2 httpHeaders) at …..blah blah....