Hello All,
I am trying to connect the virtual entity with Odata and have created the virtual entity connection and configured and created the virtual entity but when I am trying to browse the virtual entity its showing error 0x80044822 Invalid Query. Any idea why this error is happening and any idea how we can check the error details.
Hello Everyone,
I have configured the Odata with virtual entity and the data is getting displayed in Grid but when I am opening any virtual entity record it's showing the Record is unavailable (The requested record was not found or you do not have sufficient permissions to view it)
The issue first it was not even getting the data is because the returning of count and single record method was not enabled in the API. when I added a method in the API and enabled to return the count it started showing in the Grid still having issue when opening the record.
With Id = 0181b9f6-f90e-4120-8dc7-de6434ea9828 Does Not Exist
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.Execute(OrganizationRequest request, InvocationContext invocationContext, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode, ExecutionContext executionContext, Dictionary`2 optionalParameters) at Microsoft.Crm.Extensibility.OData.CrmODataExecutionContext.Execute(OrganizationRequest request) at Microsoft.Crm.Extensibility.OData.CrmODataServiceDataProvider.RetrieveEntityWithRelatedRecords
Thanks for the reply I had checked the limitation and tried debugging couldn't find anything much but by referring to the link I mentioned I have tried changing the API as mentioned in the .net configuration on the blog and it was able to retrieve the set of records and show in CRM but when I am opening the record its throwing null reference error. The major issue was with the single result query and count option. please go through the link to understand it in detail
www.mindovermachines.com/.../\
Hi,
You can use Browser Network tab(F12) to check the traffic and see the detailed error.
You could check the request and response to see additional details about the exception.
Hello Athul,
You can check if you are hitting any of the limitation listed in below article -
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156