I want to catch events in dynamics 365 width an external program (c#). Is this possible with the sdk's for dynamics?
Or I need a custom plugin and use webhooks or something else?
I want to react on events like: delete, create or update files.
I want to catch events in dynamics 365 width an external program (c#). Is this possible with the sdk's for dynamics?
Or I need a custom plugin and use webhooks or something else?
I want to react on events like: delete, create or update files.
Hi Joerg Nagel,
You can run C# code when a record is created, updated, or deleted by writing and registering a plug-in. This tutorial will teach you how to write and register a plug-in.
Hello Joerg,
Thank you for posting on the Forum.
I believe you can achieve that by using Listeners
docs.microsoft.com/.../write-listener-application-azure-solution
sample code:
docs.microsoft.com/.../sample-rest-listener
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156