
Can I get an entity (odata) data record of D365 SCM?
I made an entity called 'JournalTransferHeaders' at D365 SCM.
If I enter the oData URL into my web browser, it will be downloaded as a json file containing the data record.
https://AAABBB1face947e5269a3aaos.cloudax.dynamics.com/data/JournalTransferHeaders?$select=Journal&?... eq 'USMF'&cross-company=true
Q1) Which premium connector should I use to use the odata URL? (http, Dynamics 365 for Fin & Ops)
Hi @Anonymous,
To retrieve data of an Dynamics Finance & Operations entity, I believe the best connector to used would be the Dynamics for Fin & Ops.
You have the documentation of this connector here: https://docs.microsoft.com/en-us/connectors/dynamicsax/#get-a-record
Nevertheless, this could also be achievable by using the HTTP as well, since you could send a request to the server and retrieve the file. However, you would need to take into account how you authenticate when doing this action and how to correctly retrieve the response from the HTTP request in order to achieve this.
Hope this helps!
Regards,
Ricardo