I have a query expression which has a lot of condition for account entity so what is the maximum limitation for condition parameter for Online D365 CRM.
Example: I wan to retrieve list of accounts using Query Data by Web API
so i am passing 'n' number account numbers like filter=accountnumber eq '2456' or accountnumber eq '2457' or accountnumber eq '2458' or......
Thanks
Gokul JB
Thanks LeoArt for valuable input, i can focus on based on URL limitation.
Here we can't use contains since contains find specific string but in my case i want to fetch list of different account numbers based on passed account number parameter
Hi Gokul,
About the limits of Dynamics Web Api, Microsoft only provided this article without mentioning the url limitation.
docs.microsoft.com/.../api-limits
OData/Web Api itself doesn't limit the length of the request Url, but most browsers and servers have different limitations for url.
I recommend you to use "contains" conditions instead of "or" so that you could save many space.
Here is a similar issue for referring to.
community.dynamics.com/.../119672
Hope it helps.
Best Regards
Leo
Hello,
Check following post - stackoverflow.com/.../what-is-the-maximum-length-of-a-url-in-different-browsers
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156