Monday, September 20, 2021

Production ODATA Request - D365 FnO

As per Microsoft architecture for Production Environment you need to specially mention a cross company filter in the request query. For example, the request query should look like:

{{resource}}/data/CustomersV3?cross-company=true&$format=json

Below is the link for your reference for the similar issue :-

Cross Company Filter Required for Fetching Records In Production

No comments:

Post a Comment

Using .http file for testing D365 FinOps APIs

  Introduction : This document provides a comprehensive, step-by-step guide on how to create and utilize a .http file for testing out-of-t...