简体   繁体   中英

How do I Insert/Update a Customer in Dynamics 365 Finance & Operations from an external application

How do I from an external c# application insert and/or update a Customer in Dynamics 365 Finance & Operations?

Do I use the OData interface?

Do I use a Azure Service Bus?

Or do I use something else?

Do I need to code something on the Azure side or does existing functionality exist so that I can Create and Update a customer from an external application already?

I need some pointers/example where to read up on how to solve the above problem. I have read on microsofts site https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/odata . But all that information is kinda vague, and there are, i think, alot of ways to solve the problem.

THere are several ways to do it but a simple and low code would be for example in Azure. You can create an Azure Logic App that has as a trigger a HTTP Reciever, from your C# app you can post to this endpoint whatever data you want. You can further transform the data posted there, add conditions and so on... and finally you can use CDS connector to update or insert a record.

Here where you can read more about it:

LogcApps

Trigger

CDS Connector

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM