With the recent release of Dynamics 365 v9, you can now upload RESX files that contain localized strings. These files are used by the Xrm.Utility.getResourceString() function to provide localized strings on forms through custom scripts. But, how can you leverage the resource files on a custom web resource? One way to solve this is to use a custom action with a plugin.
With the recent release of Dynamics 365 V9, it is now possible to have Virtual Entities. These are entities that are not stored in the CRM database, but rather get their data from an OData API. This allows you to, for example, use on-premises data in Dynamics 365 without having to directly integrate it. Read on to learn how to configure this!
Microsoft is making it incredibly easy to create an OData API using ASP.NET Core. All you have to do is create an ASP.NET Core project, add an ODataController and add some boilerplate code. Read on to see how!
Azure-aware plugins can be used to run custom business logic on-premises and have the responses returned to Dynamics 365. This allows you to access internal integrate Dynamics 365 with your internal line-of-business applications.