Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (0)
Inject PowerApps Environment Variables into Entity Record Data

PowerApps Environment Variables, a new solution component that provides a great way to transport a definition, default value and override value used in configuration. This provides a lot of opportunity as configuration based in data with a solutio...

Colin V
LikeLike (0)
Power Apps Environment Variables Preview Limitation/Bug with Managed Solutions

Power Apps environment variables a recently launched preview functionality that provide a way containing a dictionary set within a solution look to have a bit of a bug or undocumented limitation with managed solutions currently in the preview you ...

Colin V
LikeLike (0)
Configuration Migration Tool Filter Updates and the Power Apps Portal

If you haven’t heard or seen the most recent update to the SDK tool Configuration Migration Tool (CMT) then it is a must check out as the latest version of the tool includes filtering capaibility as Alan Mervitz (@amervitz) noticed on Twitte...

Colin V
LikeLike (0)
CDS/CRM SDK – WS-Trust auth and OrganizationServiceProxy Deprecated, what does it mean?

Announced late last week on docs.microsoft.com was the deprecation of the WS-Trust authentication type as well as OrganizationServiceProxy. Both are connected to the same thing of the WS-Trust authentication being moved away from for a long time n...

Colin V
LikeLike (0)
The End of xRM Portals Community Edition with WS-Trust / OrganizationServiceProxy Deprecation?

Deprecation of WS-Trust authentication and OrganizationServiceProxy spells the end of Adxstudio Portals with online instances if you were somehow still using it. xRM Portals Community Edition using username/password authentication with online inst...

Colin V
LikeLike (0)
.NET Core CDS SDK Alpha Availability

At long last a version of the CDS SDK is available with .NET Core 3.0 and 3.1 as target frameworks! This release marks a lot of significant change as well with the SDK to align with how CDS and Dynamics are marketed and sold. Gone are the days of ...

Colin V
LikeLike (0)
Power Apps Portals Web Form Ideas, Desired Improvements

Having worked with portals for a very long time now there is always a way to get something done even in a world where you can’t access the portal code. Be it with some JavaScript, hidden iFrame or the companion app approach. It’s great...

Colin V
LikeLike (0)
CdsServiceClient with ASP.NET Core

One of the major reasons to use the new alpha release of the CDS SDK is that you can use it with the latest version of ASP.NET Core 3.1. Super cool, yes, so how do you add it to your ASP.NET Core project through dependency injection, and how do yo...

Colin V
LikeLike (0)
Tracing CdsServiceClient in .NET Core and ASP.NET Core

If you look into tracing for the old CrmServiceClient and the XRM Tooling you come across documentation which refers to setting some switches in a web.config file. If you have done only modern .NET Core development you might be like web.config wha...

Colin V