Forum Discussion
D365FO - Get Data From Many Legal Entities
- 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
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
- djiwu7 years agoRegular Visitor
Hi George,
Thanks, it works!
- sheik1217 years agoNew Member
Can u explain in detail with navigation if possible where to add that string.
thanks in advance.
- Umerinn3 years agoNew Member
Hi George,
I have also changed the url as you mentioned but I am not getting the data from both of my entities. What should I do?
Regards,
Umer