Logging in USD

…includes Error, Warning, Info levels Warning: includes Error, Warning levels Error: includes Error level –> Let’s turn on Verbose logging for the Microsoft.Crm.UnifiedServiceDesk: <add name=”Microsoft.Crm.UnifiedServiceDesk” value=”Verbose”/> Once logging is enabled…

Dynamics CRM Security

Dynamics CRM has different levels of security, including: Role-based Record level Field level To set up Dynamics CRM security, go to Settings->Security: From here, you will be able to define…

Adding a Modern List to a Power Pages Form

…look at the original list to compare it to the modern design. First, let’s look at a custom entity we have created called Pets. Each Contact in the system can…

12 Traits of an Awesome CTO

…leave your company lagging behind the competition, or even worse. The CTO is an executive that guides the company’s technical direction, oversees product development, and sits in the boardroom with…

UII and XRM Tooling NuGet Packages

…open the Package Manager Console. Enter the command: Install-Package Microsoft.CrmSdk.XrmTooling.CoreAssembly This will install the following assemblies: Then, install the UII Common package: Install-Package Microsoft.CrmSdk.UII.CommonAssemblies More information: https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.CoreAssembly/ https://www.nuget.org/packages/Microsoft.CrmSdk.UII.CommonAssemblies/    …