Action are powerful feature of dynamics 365 which help us to do many things including exposing a wrapper endpoint which can be used for performing any operation in dynamics 365 CE. The exposed endpoint can be called by any system who is authorized to do so. Although we have got a new feature (in preview... Continue Reading →
Join us on telegram
Hi There, hope you are doing great and keeping yourself safe. If you want to connect with the growing community of dynamics enthusiasts, join us on this telegram group: https://t.me/joinchat/F8-w7VrMW7O_1JmK See you there. Stay safe.
How to merge multiple assemblies into one using ILMerge in dynamics CE (CDS/Data Verse) plugin
We often need to use external dll's in CRM plugins which need to be merged into main plugin assembly dll to make it work. Quoting what ms docs says about using any other dll in your plugin apart from dlls which are part of Microsoft.crmsdk.CoreAssemblies: Newtonsoft.Json is primary example of such dll's which is widely... Continue Reading →
How to work with Change tracking in Dynamics CE (Data Verse/CDS)
How to work with Change tracking in Dynamics CE (Data Verse/CDS) Many time you want to retrieved changed records only for integration scenarios from ce. Change tracking feature comes handy in such cases. Let's check how does it works: Step1: Enable change tracking on table from power apps portal: (It's enabled already for account table... Continue Reading →