Dynamics 365 API updates

With the wave 2 Release update came a number of updates to the dynamics SDK, 3 major updates caught my attention :

  • Formerly Xrm.Utility.getGlobalContext().userSettings.securityRoles is now Xrm.Utility.getGlobalContext().userSettings.roles
  • Xrm.Utility.getGlobalContext().userSettings.transactionCurrencyId is now Xrm.Utility.getGlobalContext().userSettings.transactionCurrency

Before the update, Xrm.Utility.getGlobalContext().userSettings.securityRoles returns

Continue reading “Dynamics 365 API updates”

Posting images to Azure Blob storage From Dynamics using Canvas App

In this article, we are going to upload Account entity images to azure blob storage.

Prerequisite needed to implement the requirements in the post are:

  • You should an azure blob storage account up and running. you can follow this microsoft post on how to create one here
  • You should know your way around canvas App studio
  • Access to dynamic 365 instance.
Continue reading “Posting images to Azure Blob storage From Dynamics using Canvas App”