Forum Discussion
djiwu
7 years agoRegular Visitor
D365FO - Get Data From Many Legal Entities
Hi, I'd like to get the data from many Legal entitiy using OData, is it possible? Let's say I want to combine sales in multiple legal entities to get my sales for each entities and compare them...
- 7 years ago
Hi djiwu
I did this recently when producing multi company reports.
When enetering your odata connection to the entity add '?cross-company=true' at the end of the odata string
https://xxxxxxxxxx.dynamics.com/data/Customers?cross-company=true"
Hope this helps
Thanks,
George
judspud
7 years agoSolution Supplier
Hi djiwu
I did this recently when producing multi company reports.
When enetering your odata connection to the entity add '?cross-company=true' at the end of the odata string
https://xxxxxxxxxx.dynamics.com/data/Customers?cross-company=true"
Hope this helps
Thanks,
George
sheik121
7 years agoNew Member
Can u explain in detail with navigation if possible where to add that string.
thanks in advance.