Announcements
Hello,
We use dynamics in general. For our tax obligations we have to send a notification to the government on the backend.
For example, we can send E-Invoice and E-Waybill with normal software.
1st Scenario
By making a 3rd party software using API, we enter the information we create into dynamics finance.
2nd Scenario
Hoping to have the Dynamics finance Hook method. If when a content is entered, it sends an HTTP request to the remote server, we can make software to notify the government of that content. The problem is that the government gives us an ID. We have to process that back into the data. But it looks like we can do that too.
I found odata but we cannot do data processing. I could only read, it didn't even see some data. I want to write and read data using service api.
I need a lot of documentation videos on this subject.
I'm sorrym but I have no idea what you mean by "to use as an add-on", therefore I can't help you with that.
When I enter /data/ it shows me all the ones I can use. However, there is no entity that I can use as an add-on... I wanted to solve this but I guess it is not possible. I guess you need to use X++ for this
It's not caused by a a bug - you're using the OData service in a wrong way.
Make sure that the entity is public and then use the public collection name instead of the entity name. E.g. data/CustomersV3 instead of data/CustCustomersV3Entity.
operations.dynamics.com/data/FWRContractLineV3Entity
No route data was found for this request.
Thank you very much for the answer. I'm using this but it's buggy. Because there is a plugin inside. I cannot access its tables.
/data/[entity_name]
Hello Remondis,
You can use a webservice, I suggest you to download this solution from github (https://github.com/microsoft/Dynamics-AX-Integration/tree/master/ServiceSamples) it has a lot of examples, you can use it to find wich one fits your requirements.
André Arnaud de Cal...
294,217
Super User 2025 Season 1
Martin Dráb
232,978
Most Valuable Professional
nmaenpaa
101,158
Moderator