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

Copying and Auto populating financial dimension from inventSite X++

 APPROACH 1 //calling method DimensionAttributeValueSetStorage  valueStorage = this.getDefaultDimension(inventsite); purchTable.defaultdimen...