I saw several threads on community forums that state “Xrm.Utility.getResourceString” functionality doesn’t work in Html webresources. I decided to spend some time digging to find out why it
I saw several threads on community forums that state “Xrm.Utility.getResourceString” functionality doesn’t work in Html webresources. I decided to spend some time digging to find out why it
During last 12 month I participated in several migration projects from ground to cloud. In this post I will share my experience migrating customizations and data. First recommendation – if
var AccountRibbon = (function () { //this variable stores if async operation was already completed var isAsyncOperationCompleted = false; //this variable stores the result – if button enabled or
Today I got requirement to open new record form with prepopulated DateTime field. This article describes how to pre-set Date field: The following sample sets the Est. Close Date field
var target = { “accountid”: “ACAAB842-21C7-E811-A96F-000D3A16A41E”, //put <other record type>id and Guid of record to share here “@odata.type”: “Microsoft.Dynamics.CRM.account” //replace account with other record type }; var principalAccess =