Forum Discussion
Dynamics365 connector
- 5 years ago
Anonymous By default, the connector/api endpoint will only return data for the default company that you have access to. So, this could be an issue of permissions or could be that you are not specifying the right company. Check this article and use the ?cross-company=true or try specifying the company in your URL:
Open Data Protocol (OData) - Finance & Operations | Dynamics 365 | Microsoft Docs
I am assuming that your URL looks something along the lines of https://<blah>/<blah>/dynamics.com/data
Anonymous By default, the connector/api endpoint will only return data for the default company that you have access to. So, this could be an issue of permissions or could be that you are not specifying the right company. Check this article and use the ?cross-company=true or try specifying the company in your URL:
Open Data Protocol (OData) - Finance & Operations | Dynamics 365 | Microsoft Docs
I am assuming that your URL looks something along the lines of https://<blah>/<blah>/dynamics.com/data
- Anonymous5 years agoNot applicable
Yep you were correct, that was exactly my problem. Just as clarification, does the cross-company grab all available data for all of the companies?
- Greg_Deckler5 years ago
Community Champion
Anonymous Yes, cross-company grabs all available data for the companies that you have access to. Just remember that qualifier!